mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 19:58:09 +00:00
🐛 Fix logout.
This commit is contained in:
parent
64a6ba1949
commit
b71d5d26a6
@ -450,7 +450,7 @@
|
||||
[:li {:on-click (partial on-click :settings-password)}
|
||||
[:span.icon i/lock]
|
||||
[:span.text (t locale "labels.password")]]
|
||||
[:li {:on-click (partial on-click da/logout)}
|
||||
[:li {:on-click (partial on-click (da/logout))}
|
||||
[:span.icon i/exit]
|
||||
[:span.text (t locale "labels.logout")]]]]]))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user