File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Firebase/Auth/Source/Backend/RPC Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 102
102
static NSString *const kVerifyEmailRequestTypeValue = @" VERIFY_EMAIL" ;
103
103
104
104
/* * @var kVerifyBeforeUpdateEmailRequestTypeValue
105
- @brief The value for the "VERIFY_BEFORE_UPDATE_EMAIL " request type.
105
+ @brief The value for the "VERIFY_AND_CHANGE_EMAIL " request type.
106
106
*/
107
- static NSString *const kVerifyBeforeUpdateEmailRequestTypeValue = @" VERIFY_BEFORE_UPDATE_EMAIL " ;
107
+ static NSString *const kVerifyBeforeUpdateEmailRequestTypeValue = @" VERIFY_AND_CHANGE_EMAIL " ;
108
108
109
109
@interface FIRGetOOBConfirmationCodeRequest ()
110
110
@@ -143,7 +143,7 @@ + (NSString *)requestTypeStringValueForRequestType:
143
143
case FIRGetOOBConfirmationCodeRequestTypeEmailLink:
144
144
return kEmailLinkSignInTypeValue ;
145
145
case FIRGetOOBConfirmationCodeRequestTypeVerifyBeforeUpdateEmail:
146
- return kVerifyEmailRequestTypeValue ;
146
+ return kVerifyBeforeUpdateEmailRequestTypeValue ;
147
147
// No default case so that we get a compiler warning if a new value was added to the enum.
148
148
}
149
149
}
You can’t perform that action at this time.
0 commit comments