Skip to content

Commit 125f820

Browse files
xemexpressLyokone
andauthoredJun 25, 2024··
docs: Update documentation for auth/user-not-found exception to reflect email enumeration protection (#12964)
* Update documentation for auth/user-not-found exception to reflect email enumeration protection * Update packages/firebase_auth/firebase_auth/lib/src/firebase_auth.dart --------- Co-authored-by: Guillaume Bernos <guillaume.bernos@gmail.com>
1 parent 581c434 commit 125f820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/firebase_auth/firebase_auth/lib/src/firebase_auth.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ class FirebaseAuth extends FirebasePluginPlatform {
318318
/// - **auth/unauthorized-continue-uri**\
319319
/// The domain of the continue URL is not whitelisted. Whitelist the domain in the Firebase console.
320320
/// - **auth/user-not-found**\
321-
/// Thrown if there is no user corresponding to the email address.
321+
/// Thrown if there is no user corresponding to the email address. Note: This exception is no longer thrown when enabling email enumeration protection.
322322
Future<void> sendPasswordResetEmail({
323323
required String email,
324324
ActionCodeSettings? actionCodeSettings,

0 commit comments

Comments
 (0)
Please sign in to comment.