mirror of
https://github.com/penpot/penpot.git
synced 2025-02-09 16:48:16 -05:00
📎 Change loggling level on oauth ns.
This commit is contained in:
parent
c5adeecd90
commit
401afe7c1a
1 changed files with 2 additions and 4 deletions
|
@ -58,8 +58,7 @@
|
|||
{:token (get data "access_token")
|
||||
:type (get data "token_type")})))
|
||||
(catch Exception e
|
||||
(l/error :hint "unexpected error on retrieve-access-token"
|
||||
:cause e)
|
||||
(l/warn :hint "unexpected error on retrieve-access-token" :cause e)
|
||||
nil)))
|
||||
|
||||
(defn- qualify-props
|
||||
|
@ -86,8 +85,7 @@
|
|||
:props (->> (dissoc info :name :email)
|
||||
(qualify-props provider))})))
|
||||
(catch Exception e
|
||||
(l/error :hint "unexpected exception on retrieve-user-info"
|
||||
:cause e)
|
||||
(l/warn :hint "unexpected exception on retrieve-user-info" :cause e)
|
||||
nil)))
|
||||
|
||||
(s/def ::backend ::us/not-empty-string)
|
||||
|
|
Loading…
Add table
Reference in a new issue