Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Revert "disable account creation"
Browse files Browse the repository at this point in the history
This reverts commit 40e427c.
  • Loading branch information
CelestialCrafter committed Dec 13, 2023
1 parent 7b7a387 commit e240bc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/identity.server.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export const handleSignin = async (cookies, data) => {
if (!user)
if (data.force) throw error(400, 'Bad Request');
else {
return; // @TODO disable account creation temporarily, remove this later
const identity = new Identity(data);

await identity.save();
Expand Down

0 comments on commit e240bc6

Please sign in to comment.