chore(sync): rename logged? to logged-in?

This commit is contained in:
rcmerci
2022-03-23 13:11:00 +08:00
parent 71ef218bfb
commit e147753146
4 changed files with 6 additions and 7 deletions

View File

@@ -127,7 +127,7 @@
(parse-jwt)
(:sub)))
(defn logged? []
(defn logged-in? []
(boolean
(some->
(state/get-auth-id-token)