We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad5284 commit 88cc8a6Copy full SHA for 88cc8a6
packages/auth/src/core/strategies/email_and_password.ts
@@ -62,6 +62,7 @@ async function recachePasswordPolicy(auth: Auth): Promise<void> {
62
63
/**
64
* 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
66
* [Email Enumeration Protection](https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection) is enabled.
67
*
68
* @remarks
0 commit comments