chore: temp way to enable login button

This commit is contained in:
rcmerci
2024-12-02 13:03:31 +08:00
parent f09422f4a0
commit 356705914c
2 changed files with 12 additions and 18 deletions

View File

@@ -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)))