🎨 Exit links to authentication page

This commit is contained in:
mathieu.brunot 2019-02-23 19:24:33 +01:00
parent b5af98d357
commit e6e9f5160e
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -45,6 +45,6 @@
[:li {:class (when notifications? "current")}
(header-link :settings/notifications (tr "settings.notifications"))]
[:li {:on-click #(st/emit! (da/logout))}
(header-link :settings/profile (tr "settings.exit"))]]
(header-link :auth/login (tr "settings.exit"))]]
(user)]))