fix: prevent logout form from submitting

v1.18.x
Barış Soner Uşaklı 5 years ago
parent ccac6a3568
commit d92032dad1

@ -59,6 +59,7 @@ app.cacheBuster = null;
$('#header-menu .container').on('click', '[component="user/logout"]', function () {
app.logout();
return false;
});
Visibility.change(function (event, state) {

Loading…
Cancel
Save