]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/_global/js/shortcuts/main.js
Fixed logout shortcut
[github/wallabag/wallabag.git] / app / Resources / static / themes / _global / js / shortcuts / main.js
index ef6a1b847acee6b0210502b8e5e0ff0b170e8131..c81bf8690f8588b5dc126b024a1860dc089f7a95 100644 (file)
@@ -12,4 +12,4 @@ Mousetrap.bind('g c', () => { window.location.href = Routing.generate('config');
 Mousetrap.bind('g i', () => { window.location.href = Routing.generate('import'); });
 Mousetrap.bind('g d', () => { window.location.href = Routing.generate('developer'); });
 Mousetrap.bind('?', () => { window.location.href = Routing.generate('howto'); });
-Mousetrap.bind('g l', () => { window.location.href = Routing.generate('logout'); });
+Mousetrap.bind('g l', () => { window.location.href = Routing.generate('fos_user_security_logout'); });