Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho committed Oct 28, 2024
1 parent 808acbb commit 363f1b9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ async function sendEmailAndSaveMetadata(
const providerId = createProviderId("email", email);
const authIdentity = await findAuthIdentity(providerId);


if (!authIdentity) {
throw new Error(`User with email: ${email} not found.`);
}
Expand Down

0 comments on commit 363f1b9

Please sign in to comment.