0
Fork 0
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:
Mathieu Brunot 2020-08-24 13:17:10 +02:00 committed by Andrey Antukh
parent e926dc2918
commit 182afedc54

View file

@ -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