Skip to content
Snippets Groups Projects
Commit 71483aaf authored by Maz Ameli's avatar Maz Ameli Committed by GitHub
Browse files

Merge pull request #5361 from diwu1989/patch-1

fix typo
parents ad4375d8 b93005cf
No related branches found
No related tags found
No related merge requests found
......@@ -192,7 +192,7 @@
(throttle/check (login-throttlers :ip-address) remote-address)
;; Verify the token is valid with Google
(let [{:keys [given_name family_name email]} (google-auth-token-info token)]
(log/info "Successfully authenicated Google Auth token for:" given_name family_name)
(log/info "Successfully authenticated Google Auth token for:" given_name family_name)
(google-auth-fetch-or-create-user! given_name family_name email)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment