Many an update!

This commit is contained in:
Jennie Robinson Faber 2025-12-01 15:26:42 +00:00
parent 85195d6c7a
commit d588c49946
35 changed files with 3528 additions and 1142 deletions

View file

@ -342,7 +342,7 @@ const vClickOutside = {
const logout = async () => {
try {
await $fetch("/api/auth/logout", { method: "POST" });
await navigateTo("/login");
await navigateTo("/");
} catch (error) {
console.error("Logout failed:", error);
}