mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-30 11:59:02 +08:00
fix(login-links): Cap req to 1.5s, ensure pages always open
This commit is contained in:
parent
10753e128c
commit
b040433466
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ class IdentityStore extends NylasStore {
|
||||||
url: `${this.URLRoot}/n1/login-link`,
|
url: `${this.URLRoot}/n1/login-link`,
|
||||||
qs: qs,
|
qs: qs,
|
||||||
json: true,
|
json: true,
|
||||||
|
timeout: 1500,
|
||||||
body: {
|
body: {
|
||||||
next_path: pathWithUtm,
|
next_path: pathWithUtm,
|
||||||
account_token: this._identity.token,
|
account_token: this._identity.token,
|
||||||
|
|
Loading…
Reference in a new issue