Set absolute URL when appinstall dialog is closing

This commit is contained in:
Johannes Zellner
2025-10-05 17:41:28 +02:00
parent 7706be3e2f
commit 4ee2fd8b14

View File

@@ -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;