mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Add basic forms and routes
This commit is contained in:
@@ -18,6 +18,6 @@ export const actions = {
|
||||
}
|
||||
|
||||
cookies.set("session_token", response.token, { path: "/" });
|
||||
return { success: true };
|
||||
return { success: true, message: "Successfully logged in" };
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user