diff --git a/internal/service/auth_service.go b/internal/service/auth_service.go index 1bffd8d0..5e79ff75 100644 --- a/internal/service/auth_service.go +++ b/internal/service/auth_service.go @@ -639,12 +639,6 @@ func (auth *AuthService) GetOAuthPendingSession(sessionId string) (*OAuthPending } func (auth *AuthService) lockdownMode() { - defer func() { - if r := recover(); r != nil { - auth.log.App.Error().Interface("panic", r).Msg("Recovered from panic in lockdownMode") - } - }() - auth.lockdown.mu.Lock() if auth.lockdown.active {