Skip to content

Commit

Permalink
Replace unlocalized alert with debug log and bump podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchen12 committed Feb 20, 2019
1 parent 2066155 commit 36afbf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EmailAuth/FirebaseEmailAuthUI/FUIEmailAuth.m
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ - (BOOL)handleOpenURL:(NSURL *)URL sourceApplication:(nullable NSString *)source
}
}
if (!continueURLString) {
[FUIAuthBaseViewController showAlertWithMessage:@"Invalid link! Missing continue URL."];
NSLog(@"FUIEmailAuth unable to handle url without continue URL: %@", URL);
return NO;
}

Expand Down
2 changes: 1 addition & 1 deletion FirebaseUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseUI'
s.version = '6.1.0'
s.version = '6.1.1'
s.summary = 'UI binding libraries for Firebase.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
Expand Down

0 comments on commit 36afbf1

Please sign in to comment.