create separate window for setup and then main window

This commit is contained in:
zadam
2019-12-24 14:42:03 +01:00
parent 229974e543
commit a155b6e8d5
5 changed files with 112 additions and 85 deletions

View File

@@ -81,7 +81,7 @@ function SetupModel() {
password: password1,
theme: theme
}).then(() => {
window.location.replace("./");
window.location.replace("./setup");
});
}
else if (this.setupType() === 'sync-from-server') {