mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
fix(login-links): Cap req to 1.5s, ensure pages always open
This commit is contained in:
parent
e1a565b061
commit
8c4255ebeb
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue