Changes the Gmail auth domain from edgehill.nylas.com to n1-auth.nylas.com

Summary: Changes the Gmail auth domain from edgehill.nylas.com to n1-auth.nylas.com. This URL is displayed in the browser.

Test Plan: Manually built N1 and verified signin flow works with new subdomain.

Reviewers: bengotow

Reviewed By: bengotow

Differential Revision: https://phab.nylas.com/D2540
This commit is contained in:
Bernd Verst 2016-02-05 17:39:33 -08:00
parent 703d7bc2e0
commit 34f530ce71

View file

@ -22,9 +22,9 @@ class EdgehillAPI
else if env is 'experimental'
@APIRoot = "https://edgehill-experimental.nylas.com"
else if env is 'staging'
@APIRoot = "https://edgehill-staging.nylas.com"
@APIRoot = "https://n1-auth-staging.nylas.com"
else
@APIRoot = "https://edgehill.nylas.com"
@APIRoot = "https://n1-auth.nylas.com"
request: (options={}) ->
return if NylasEnv.getLoadSettings().isSpec