mirror of
https://github.com/penpot/penpot.git
synced 2026-03-31 00:29:37 +02:00
🐛 Fix logout.
This commit is contained in:
committed by
Alonso Torres
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")]]]]]))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user