Set absolute URL when appinstall dialog is closing
This commit is contained in:
@@ -119,7 +119,7 @@ async function submit() {
|
||||
if (!error) {
|
||||
dialog.value.close();
|
||||
localStorage['confirmPostInstall_' + result.id] = true;
|
||||
return window.location.href = '#/apps';
|
||||
return window.location.href = '/#/apps';
|
||||
}
|
||||
|
||||
busy.value = false;
|
||||
|
||||
Reference in New Issue
Block a user