mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-04 21:05:54 +08: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