1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-06 00:28:04 +02: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) {
deferred.resolve('access_token=' + token);
deferred.resolve('access_token3=' + token);
}
function postConnectToken(self, data, success, error) {