aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Auth/Sample/SettingsViewController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Example/Auth/Sample/SettingsViewController.m')
-rw-r--r--Example/Auth/Sample/SettingsViewController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Example/Auth/Sample/SettingsViewController.m b/Example/Auth/Sample/SettingsViewController.m
index de91806..24a6513 100644
--- a/Example/Auth/Sample/SettingsViewController.m
+++ b/Example/Auth/Sample/SettingsViewController.m
@@ -43,7 +43,7 @@ static NSString *const kSecureTokenRequestClassName = @"FIRSecureTokenRequest";
/** @var kIdentityToolkitSandboxHost
@brief The host of Identity Toolkit sandbox server.
*/
-static NSString *const kIdentityToolkitSandboxHost = @"www-googleapis-staging.sandbox.google.com";
+static NSString *const kIdentityToolkitSandboxHost = @"staging-www.sandbox.googleapis.com";
/** @var kSecureTokenSandboxHost
@brief The host of Secure Token Service sandbox server.