0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

Stop report oidc failed operations as exceptions

This commit is contained in:
Andrey Antukh 2023-08-10 12:01:55 +02:00
parent 5d5d238fec
commit da62a6809c

View file

@ -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