0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

🐛 Fix logout.

This commit is contained in:
Andrey Antukh 2020-11-19 14:47:08 +01:00 committed by Alonso Torres
parent 64a6ba1949
commit b71d5d26a6

View file

@ -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")]]]]]))