Skip to content

Commit

Permalink
fix(login): fix error on email verification
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindgrutle committed Jun 13, 2024
1 parent a5a16ae commit 1d7b12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next-tavla/app/(admin)/components/Login/Create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function Create() {
password,
)
await create(credential.user.uid)
sendEmailVerification(credential.user)
await sendEmailVerification(credential.user)
return getFormFeedbackForError('auth/create')
} catch (e) {
if (e instanceof FirebaseError) {
Expand Down

0 comments on commit 1d7b12d

Please sign in to comment.