Added signup page.

This commit is contained in:
2024-02-29 06:00:12 +01:00
parent f32722ee7c
commit 082d4fc154
10 changed files with 277 additions and 26 deletions

View File

@@ -138,7 +138,7 @@ function search() {
async function logout() {
del('/session');
window.location.reload();
navigate('/login', null, { redirect: true });
}
</script>