diff --git a/backend/src/app/http/auth/gitlab.clj b/backend/src/app/http/auth/gitlab.clj index ef04280e4..7f26fa2f0 100644 --- a/backend/src/app/http/auth/gitlab.clj +++ b/backend/src/app/http/auth/gitlab.clj @@ -97,7 +97,7 @@ {:email (get data "email") :fullname (get data "name")}) (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))))