File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
FirebaseAuth/Sources/Swift/ActionCode Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ import Foundation
4242 /// - Returns: The corresponding ActionCodeOperation for the supplied request type.
4343 class func actionCodeOperation( forRequestType requestType: String ? ) -> ActionCodeOperation {
4444 switch requestType {
45- case " PASSWORD_RESET " : return . passwordReset
46- case " VERIFY_EMAIL " : return . verifyEmail
47- case " RECOVER_EMAIL " : return . recoverEmail
48- case " EMAIL_SIGNIN " : return . emailLink
49- case " VERIFY_AND_CHANGE_EMAIL " : return . verifyAndChangeEmail
50- case " REVERT_SECOND_FACTOR_ADDITION " : return . revertSecondFactorAddition
45+ case " resetPassword " : return . passwordReset
46+ case " verifyEmail " : return . verifyEmail
47+ case " recoverEmail " : return . recoverEmail
48+ case " signIn " : return . emailLink
49+ case " verifyAndChangeEmail " : return . verifyAndChangeEmail
50+ case " revertSecondFactorAddition " : return . revertSecondFactorAddition
5151 default : return . unknown
5252 }
5353 }
You can’t perform that action at this time.
0 commit comments