Exit app on "go back" at login page

This commit is contained in:
Dmitry Lyzo 2020-01-25 01:18:07 +03:00
parent d345e32333
commit 1ebf03d21b
2 changed files with 8 additions and 2 deletions

View file

@ -226,7 +226,8 @@ define([
autoFocus: false,
anonymous: true,
startup: true,
controller: "auth/login"
controller: "auth/login",
type: "login"
});
defineRoute({
path: "/metadataimages.html",