Skip to content

Commit 36afbf1

Browse files
committed
Replace unlocalized alert with debug log and bump podspec
1 parent 2066155 commit 36afbf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

EmailAuth/FirebaseEmailAuthUI/FUIEmailAuth.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ - (BOOL)handleOpenURL:(NSURL *)URL sourceApplication:(nullable NSString *)source
218218
}
219219
}
220220
if (!continueURLString) {
221-
[FUIAuthBaseViewController showAlertWithMessage:@"Invalid link! Missing continue URL."];
221+
NSLog(@"FUIEmailAuth unable to handle url without continue URL: %@", URL);
222222
return NO;
223223
}
224224

FirebaseUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseUI'
3-
s.version = '6.1.0'
3+
s.version = '6.1.1'
44
s.summary = 'UI binding libraries for Firebase.'
55
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
66
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }

0 commit comments

Comments
 (0)