mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 05:01:38 +02: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")
|
{: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