Tweak for publisher errors

This commit is contained in:
2023-09-06 00:17:31 -07:00
parent a56d3b0b84
commit 5952c58f5a
2 changed files with 9 additions and 18 deletions

View File

@@ -88,10 +88,7 @@
:user/provider-id (:id profile)
:user/email (:email profile)
:user/profile-image-url (:picture profile)
:user/name (:name profile)})
_ (mu/log ::logged-in-as
:auth auth)]
:user/name (:name profile)})]
;; TODO - these namespaces are not being transmitted/deserialized properly
(if-let [jwt (user->jwt user token)]