Add basic forms and routes

This commit is contained in:
Thilo Hohlt
2024-08-01 18:09:35 +02:00
parent d21e00a0c3
commit b0666f4a8c
20 changed files with 762 additions and 342 deletions

View File

@@ -18,6 +18,6 @@ export const actions = {
}
cookies.set("session_token", response.token, { path: "/" });
return { success: true };
return { success: true, message: "Successfully logged in" };
}
};