mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 08:04:40 +00:00
chore: temp way to enable login button
This commit is contained in:
@@ -321,10 +321,3 @@
|
||||
:beta (alpha-or-beta-user?)
|
||||
:alpha (alpha-user?)
|
||||
false)))))
|
||||
|
||||
(def *show-login-button? (atom false))
|
||||
(defn ^:export show-login
|
||||
"temp fn to enable login button"
|
||||
([] (show-login true))
|
||||
([x]
|
||||
(reset! *show-login-button? x)))
|
||||
|
||||
Reference in New Issue
Block a user