Fixed logout shortcut

This commit is contained in:
Nicolas Lœuillet 2016-11-23 14:40:00 +01:00
parent f4a9833490
commit 66e9dde0dc
No known key found for this signature in database
GPG key ID: BDC1EFB5CA0145F2
4 changed files with 4 additions and 4 deletions

View 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'); });

View file

@ -366,5 +366,5 @@ fos_js_routing:
- import
- developer
- howto
- logout
- fos_user_security_logout
- new

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long