Implement email verification #26

Merged
sauceyred merged 14 commits from email-verification into main 2025-07-09 17:54:34 +00:00
Showing only changes of commit 9aec279d05 - Show all commits

View file

@ -7,6 +7,7 @@ export const useAuth = () => {
async function clearAuth() {
accessToken.value = null;
user.value = null;
await navigateTo("/login");
}
async function register(username: string, email: string, password: string) {