diff --git a/backend/src/app/auth/oidc.clj b/backend/src/app/auth/oidc.clj index 89fe77ef31..733665151c 100644 --- a/backend/src/app/auth/oidc.clj +++ b/backend/src/app/auth/oidc.clj @@ -567,7 +567,7 @@ profile (get-profile cfg info)] (generate-redirect cfg request info profile)) (catch Throwable cause - (l/error :hint "error on oauth process" :cause cause) + (l/warn :hint "error on oauth process" :cause cause) (generate-error-redirect cfg cause)))) (def provider-lookup