Fix tags, some parts of the markdown hydration, change how icon works

This commit is contained in:
2024-09-07 22:56:03 +02:00
parent d7a8087c6c
commit 0d1332dcd4
30 changed files with 88 additions and 83 deletions

View File

@@ -41,7 +41,7 @@ async function submit()
}
else if(status.value === 'success' && login.success)
{
console.log(await navigateTo('/user/profile'));
await navigateTo('/user/profile');
}
}
else