hack(plugin-auth): temporarily disable confirmation dialog for plugin auth

This commit is contained in:
Drew Regitsky 2016-02-22 18:03:32 -08:00
parent c0bec3fd0f
commit cd045569cb

View file

@ -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,