Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 2b1c212

Browse files
Send Email Verification #214
1 parent 96c1fef commit 2b1c212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/AUTHENTICATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ Sending an "email confirmation" email can be done after the user logged in:
313313
```js
314314
firebase.sendEmailVerification().then(
315315
function () {
316-
console.log("Email verification sent);
316+
console.log("Email verification sent");
317317
},
318318
function (error) {
319319
console.log("Error sending email verification: " + error);

0 commit comments

Comments
 (0)