mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
use access_token3 still for now
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user