mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 20:28:11 +00:00
✏️ Fix 'tooken' typo
This commit is contained in:
parent
e926dc2918
commit
182afedc54
@ -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…
x
Reference in New Issue
Block a user