mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
pass phony username/pass. do syncing steps synchronously.
This commit is contained in:
@@ -345,6 +345,8 @@ function initApiService() {
|
||||
postConnectToken(self, {
|
||||
grant_type: 'password',
|
||||
oldAuthBearer: authBearer,
|
||||
username: 'abcdefgh', // has to be something
|
||||
password: 'abcdefgh', // has to be something
|
||||
scope: 'api offline_access',
|
||||
client_id: 'browser'
|
||||
}, function (token) {
|
||||
|
||||
Reference in New Issue
Block a user