File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 150
150
static NSString *const kEmailLinkSignInRequestType = @" EMAIL_SIGNIN" ;
151
151
152
152
/* * @var kVerifyAndChangeEmailRequestType
153
- @brief The action code type value for verifing and changing email in the check action code
153
+ @brief The action code type value for verifying and changing email in the check action code
154
154
response.
155
155
*/
156
156
static NSString *const kVerifyAndChangeEmailRequestType = @" VERIFY_AND_CHANGE_EMAIL" ;
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ typedef NS_ENUM(NSInteger, FIRActionCodeOperation) {
194
194
/* * Action code for email link operation. */
195
195
FIRActionCodeOperationEmailLink = 4 ,
196
196
197
- /* * Action code for verifing and changing email */
197
+ /* * Action code for verifying and changing email */
198
198
FIRActionCodeOperationVerifyAndChangeEmail = 5 ,
199
199
200
200
/* * Action code for reverting second factor addition */
You can’t perform that action at this time.
0 commit comments