We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84007bc commit c7f37d8Copy full SHA for c7f37d8
EmailAuth/FirebaseEmailAuthUI/FUIEmailAuth.m
@@ -219,6 +219,7 @@ - (BOOL)handleOpenURL:(NSURL *)URL sourceApplication:(nullable NSString *)source
219
}
220
if (!continueURLString) {
221
[FUIAuthBaseViewController showAlertWithMessage:@"Invalid link! Missing continue URL."];
222
+ return NO;
223
224
225
// Retrieve url parameters from continueUrl
0 commit comments