backend/api/auth.go

Summary

Maintainability
A
1 hr
Test Coverage

Method Server.CallbackLinking has 109 lines of code (exceeds 100 allowed). Consider refactoring.
Open

func (s *Server) CallbackLinking(c echo.Context, params autogen.CallbackParams, state *StateCache) error {
    accountID := state.Data

    conf := config.GetConfig()

Severity: Major
Found in backend/api/auth.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status