feat(sync): update SyncManager

This commit is contained in:
rcmerci
2022-01-05 18:11:10 +08:00
parent e97adc24cc
commit 371bcfa855
3 changed files with 216 additions and 151 deletions

View File

@@ -137,6 +137,12 @@
(parse-jwt)
(:email)))
(defn user-uuid []
(some->
(state/get-auth-id-token)
(parse-jwt)
(:sub)))
(defn logged? []
(boolean
(some->