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:
parent
5d5d238fec
commit
da62a6809c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue