redirect to home

This commit is contained in:
counterweight 2025-02-17 00:03:44 +01:00
parent b57237f72b
commit 5f1a7240ac
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
4 changed files with 48 additions and 26 deletions

View file

@ -102,5 +102,9 @@ window.onload = () => {
},
body: JSON.stringify({ nym }),
});
setTimeout(() => {
window.location.href = '/home';
}, 1000);
});
};