diff --git a/src/clj/auto_ap/routes/auth.clj b/src/clj/auto_ap/routes/auth.clj index cf2eadce..45f07582 100644 --- a/src/clj/auto_ap/routes/auth.clj +++ b/src/clj/auto_ap/routes/auth.clj @@ -49,7 +49,6 @@ (select-keys c [:client/code :db/id :client/locations])) (:user/clients user)) :user/role (name (:user/role user)) - :user/profile-image-url (:picture profile) :user/name (:name profile)} _ (mu/log ::logged-in-as :auth auth)]