[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom fdl domain #2121

Merged
merged 3 commits into from
Nov 27, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add spaces between concatenated strings
  • Loading branch information
Chuan Ren committed Sep 12, 2018
commit d6c16ecfd135ca27b99faa34e17b6286cc6154fa
4 changes: 2 additions & 2 deletions Firebase/Auth/Source/FIRAuthErrorUtils.m
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,8 @@
/** @var kFIRAuthErrorMessageInvalidDynamicLinkDomain
@brief Message for @c kFIRAuthErrorMessageInvalidDynamicLinkDomain error code.
*/
static NSString *const kFIRAuthErrorMessageInvalidDynamicLinkDomain = @"The"
"Firebase Dynamic Link domain used is either not configured or is unauthorized"
static NSString *const kFIRAuthErrorMessageInvalidDynamicLinkDomain = @"The "
"Firebase Dynamic Link domain used is either not configured or is unauthorized "
"for the current project.";

/** @var kFIRAuthErrorMessageInternalError
Expand Down