mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
✏️ Fix 'tooken' typo
This commit is contained in:
parent
e926dc2918
commit
182afedc54
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@
|
|||
(let [data (json/read-str (:body res))]
|
||||
(get data "access_token"))
|
||||
(catch Throwable e
|
||||
(log/error "unexpected error on parsing response body from google access tooken request" e)
|
||||
(log/error "unexpected error on parsing response body from google access token request" e)
|
||||
nil))))
|
||||
|
||||
|
||||
|
@ -79,7 +79,7 @@
|
|||
{:email (get data "email")
|
||||
:fullname (get data "name")})
|
||||
(catch Throwable e
|
||||
(log/error "unexpected error on parsing response body from google access tooken request" e)
|
||||
(log/error "unexpected error on parsing response body from google access token request" e)
|
||||
nil))))
|
||||
|
||||
(defn auth
|
||||
|
|
Loading…
Reference in a new issue