1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-06 09:20:43 +01:00

use access_token3 still for now

This commit is contained in:
Kyle Spearrin 2017-08-30 13:00:43 -04:00
parent 86a35d6da1
commit 43c27387fc

View File

@ -584,7 +584,7 @@ function initApiService() {
} }
function resolveTokenQs(token, self, deferred) { function resolveTokenQs(token, self, deferred) {
deferred.resolve('access_token=' + token); deferred.resolve('access_token3=' + token);
} }
function postConnectToken(self, data, success, error) { function postConnectToken(self, data, success, error) {