From c7f72e7fcf78eec213e28d8b5143ae35c0bb4219 Mon Sep 17 00:00:00 2001 From: Bryce Date: Fri, 26 May 2023 22:00:59 -0700 Subject: [PATCH] Saves email address and profile photos --- src/clj/auto_ap/routes/auth.clj | 1 - 1 file changed, 1 deletion(-) 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)]