Skip to content

Commit 88cc8a6

Browse files
Update packages/auth/src/core/strategies/email_and_password.ts
Co-authored-by: Kevin Cheung <[email protected]>
1 parent dad5284 commit 88cc8a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/auth/src/core/strategies/email_and_password.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ async function recachePasswordPolicy(auth: Auth): Promise<void> {
6262

6363
/**
6464
* Sends a password reset email to the given email address. This method does not throw an error when
65+
* there's no user account with the given email address and
6566
* [Email Enumeration Protection](https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection) is enabled.
6667
*
6768
* @remarks

0 commit comments

Comments
 (0)