Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
refresh clientid
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Mar 28, 2018
1 parent 0b57d8b commit e5fb0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/api.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e5fb0fe

Please sign in to comment.