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