random login image!

This commit is contained in:
Sean Morley
2024-06-12 17:38:34 +00:00
parent 20b6f826d9
commit 6385f9f46b
11 changed files with 646 additions and 20 deletions

View File

@@ -42,15 +42,6 @@ export const actions: Actions = {
};
}
// if (icon.length > 1) {
// return {
// status: 400,
// body: {
// message: "Icon must be a single character",
// },
// };
// }
const usernameTaken = await db
.select()
.from(userTable)