You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/firebase_auth/firebase_auth/lib/src/firebase_auth.dart
+1-1
Original file line number
Diff line number
Diff line change
@@ -318,7 +318,7 @@ class FirebaseAuth extends FirebasePluginPlatform {
318
318
/// - **auth/unauthorized-continue-uri**\
319
319
/// The domain of the continue URL is not whitelisted. Whitelist the domain in the Firebase console.
320
320
/// - **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.
0 commit comments