chore: release v0.23.13

This commit is contained in:
Ulas Kalayci
2026-04-22 12:41:36 +02:00
parent 00afd37c90
commit 56286bcea3
4 changed files with 12 additions and 4 deletions
+4 -1
View File
@@ -610,7 +610,10 @@ async function createAdmin() {
});
const d = await r.json();
if (r.status === 201 || r.status === 403) {
$('done-link').href = `http://${S.host}:${S.port}`;
const appUrl = new URL('http://placeholder');
appUrl.hostname = S.host;
appUrl.port = S.port;
$('done-link').href = appUrl.href;
showStep(7);
} else {
btn.disabled = false; btn.textContent = 'Create Account';