mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-10 14:44:52 +08:00
hack(plugin-auth): temporarily disable confirmation dialog for plugin auth
This commit is contained in:
parent
c0bec3fd0f
commit
cd045569cb
1 changed files with 9 additions and 9 deletions
|
@ -400,8 +400,8 @@ class NylasAPI
|
|||
if result.authed
|
||||
return Promise.resolve()
|
||||
else
|
||||
return @_requestPluginAuth(pluginName, account).then =>
|
||||
@makeRequest({
|
||||
# return @_requestPluginAuth(pluginName, account).then =>
|
||||
return @makeRequest({
|
||||
returnsModel: false,
|
||||
method: "POST",
|
||||
accountId: account.id,
|
||||
|
|
Loading…
Add table
Reference in a new issue