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:
parent
86a35d6da1
commit
43c27387fc
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user