mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +00:00
refresh clientid
This commit is contained in:
@@ -417,7 +417,7 @@ export class ApiService implements ApiServiceAbstraction {
|
|||||||
const response = await fetch(new Request(this.identityBaseUrl + '/connect/token', {
|
const response = await fetch(new Request(this.identityBaseUrl + '/connect/token', {
|
||||||
body: this.qsStringify({
|
body: this.qsStringify({
|
||||||
grant_type: 'refresh_token',
|
grant_type: 'refresh_token',
|
||||||
client_id: 'browser',
|
client_id: this.platformUtilsService.identityClientId,
|
||||||
refresh_token: refreshToken,
|
refresh_token: refreshToken,
|
||||||
}),
|
}),
|
||||||
cache: 'no-cache',
|
cache: 'no-cache',
|
||||||
|
|||||||
Reference in New Issue
Block a user