fix(login-links): Cap req to 1.5s, ensure pages always open

This commit is contained in:
Ben Gotow 2016-06-14 01:23:22 -07:00
parent e1a565b061
commit 8c4255ebeb

View file

@ -142,6 +142,7 @@ class IdentityStore extends NylasStore {
url: `${this.URLRoot}/n1/login-link`,
qs: qs,
json: true,
timeout: 1500,
body: {
next_path: pathWithUtm,
account_token: this._identity.token,