Exit app on "go back" at login page
This commit is contained in:
parent
d345e32333
commit
1ebf03d21b
2 changed files with 8 additions and 2 deletions
|
@ -226,7 +226,8 @@ define([
|
|||
autoFocus: false,
|
||||
anonymous: true,
|
||||
startup: true,
|
||||
controller: "auth/login"
|
||||
controller: "auth/login",
|
||||
type: "login"
|
||||
});
|
||||
defineRoute({
|
||||
path: "/metadataimages.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue