mirror of
https://github.com/penpot/penpot.git
synced 2025-01-25 07:58:49 -05:00
🐛 Fix logout.
This commit is contained in:
parent
64a6ba1949
commit
b71d5d26a6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue