1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-08-26 23:09:46 +02:00

refresh clientid

This commit is contained in:
Kyle Spearrin 2018-03-28 15:20:11 -04:00
parent 0b57d8b7f3
commit e5fb0fe6c6

View File

@ -417,7 +417,7 @@ export class ApiService implements ApiServiceAbstraction {
const response = await fetch(new Request(this.identityBaseUrl + '/connect/token', {
body: this.qsStringify({
grant_type: 'refresh_token',
client_id: 'browser',
client_id: this.platformUtilsService.identityClientId,
refresh_token: refreshToken,
}),
cache: 'no-cache',