mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 17:36:33 +00:00
fix(ui): incorrect login entry from the settings pane
This commit is contained in:
@@ -769,7 +769,7 @@
|
||||
:icon "login"
|
||||
:on-click (fn []
|
||||
(state/close-settings!)
|
||||
(js/window.open config/LOGIN-URL))})
|
||||
(state/pub-event! [:user/login]))})
|
||||
[:p.text-sm.opacity-50 (t :settings-page/login-prompt)]])])
|
||||
|
||||
(when-not web-platform?
|
||||
|
||||
Reference in New Issue
Block a user