backend/api/auth.go
Method Server.CallbackLinking
has 109 lines of code (exceeds 100 allowed). Consider refactoring. Open
Open
func (s *Server) CallbackLinking(c echo.Context, params autogen.CallbackParams, state *StateCache) error {
accountID := state.Data
conf := config.GetConfig()