Skip to content

Commit f3dd103

Browse files
author
renkelvin
committed
Update FIRAuth.h
Remove deprecated swift tests since there is no way to surpass warnings in swift Revert "Remove deprecated swift tests since there is no way to surpass warnings in swift" This reverts commit e49c948. Revert "Update FIRAuth.h" This reverts commit 358020d. Revert "Revert "Update FIRAuth.h"" This reverts commit c800109c56d671c68d573fef9f7d694299f6a2a7.
1 parent 6ec29fa commit f3dd103

File tree

1 file changed

+1
-1
lines changed
  • FirebaseAuth/Sources/Public/FirebaseAuth

1 file changed

+1
-1
lines changed

FirebaseAuth/Sources/Public/FirebaseAuth/FIRAuth.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ NS_SWIFT_NAME(Auth)
671671

672672
/** @fn sendPasswordResetWithEmail:completion:
673673
@brief Initiates a password reset for the given email address. This method does not throw an
674-
error when [Email Enumeration
674+
error when there's no user account with the given email address and [Email Enumeration
675675
Protection](https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection)
676676
is enabled.
677677
@param email The email address of the user.

0 commit comments

Comments
 (0)
close