Skip to content

Commit 05510bf

Browse files
committed
chore(auth, lint): add missing cases in auth switch
1 parent 0148901 commit 05510bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/auth/ios/RNFBAuth/RNFBAuthModule.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,11 @@ - (void)invalidate {
626626
case FIRActionCodeOperationEmailLink:
627627
actionType = @"EMAIL_SIGNIN";
628628
break;
629+
case FIRActionCodeOperationVerifyAndChangeEmail:
630+
case FIRActionCodeOperationRevertSecondFactorAddition:
631+
default:
632+
actionType = @"ERROR";
633+
break;
629634
}
630635

631636
NSMutableDictionary *data = [NSMutableDictionary dictionary];

0 commit comments

Comments
 (0)