diff --git a/backend/src/app/http/auth/gitlab.clj b/backend/src/app/http/auth/gitlab.clj index c2e8fe8289..ef04280e4e 100644 --- a/backend/src/app/http/auth/gitlab.clj +++ b/backend/src/app/http/auth/gitlab.clj @@ -74,7 +74,7 @@ (let [data (json/read-str (:body res))] (get data "access_token")) (catch Throwable e - (log/error "unexpected error on parsing response body from gitlab access tooken request" e) + (log/error "unexpected error on parsing response body from gitlab access token request" e) nil)))) @@ -150,4 +150,3 @@ :headers {"location" (str uri)} :cookies (session/cookies sid) :body ""}))) -