Add: Proper Account creation
This commit is contained in:
@@ -19,7 +19,9 @@ async function POST({ request }) {
|
||||
return;
|
||||
}
|
||||
|
||||
registerUser(username, password);
|
||||
const result = await registerUser(username, password);
|
||||
|
||||
console.log(result);
|
||||
}
|
||||
|
||||
/** @type {import('./$types').Actions} */
|
||||
|
||||
Reference in New Issue
Block a user