chore: temp fn to enable login button

This commit is contained in:
rcmerci
2024-12-02 12:52:16 +08:00
parent 9a39c70251
commit f09422f4a0
2 changed files with 13 additions and 2 deletions

View File

@@ -321,3 +321,10 @@
: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)))