mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 02:16:38 +02: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)}
|
[:li {:on-click (partial on-click :settings-password)}
|
||||||
[:span.icon i/lock]
|
[:span.icon i/lock]
|
||||||
[:span.text (t locale "labels.password")]]
|
[: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.icon i/exit]
|
||||||
[:span.text (t locale "labels.logout")]]]]]))
|
[:span.text (t locale "labels.logout")]]]]]))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue