mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 08:04:40 +00:00
feat(sync): update SyncManager
This commit is contained in:
@@ -137,6 +137,12 @@
|
||||
(parse-jwt)
|
||||
(:email)))
|
||||
|
||||
(defn user-uuid []
|
||||
(some->
|
||||
(state/get-auth-id-token)
|
||||
(parse-jwt)
|
||||
(:sub)))
|
||||
|
||||
(defn logged? []
|
||||
(boolean
|
||||
(some->
|
||||
|
||||
Reference in New Issue
Block a user