Add an explicit call to a controller when signing out
This commit is contained in:
parent
b3d10ac78d
commit
db6bcc4d9a
3 changed files with 13 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ angular.element(document).ready(function() {
|
|||
|
||||
document.addEventListener('pause', function() {
|
||||
if (!window.ignoreMobilePause) {
|
||||
window.location = '#!';
|
||||
window.location = '#!/signout';
|
||||
}
|
||||
}, false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue