From da62a6809c9f047056bda9cf6c649b03532236ae Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 10 Aug 2023 12:01:55 +0200 Subject: [PATCH] :sparkles: Stop report oidc failed operations as exceptions --- backend/src/app/auth/oidc.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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