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.
2 parents 84007bc + c7f37d8 commit 8832937Copy full SHA for 8832937
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