Skip to content

Commit

Permalink
Update session.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dmihalcik-virtru committed May 17, 2024
1 parent 5d8bc2e commit b0c541b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web-app/src/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,7 @@ export class OidcClient implements AuthProvider {
window.history.replaceState({}, '', window.location.pathname);
}
}
// http://localhost:65432/auth/realms/opentdf/protocol/openid-connect/token
// http://localhost:65432/auth/realms/opentdf/protocol/openid-connect/token

async getSigningKey(): Promise<CryptoKeyPair> {
if (this.signingKey) {
return this.signingKey;
Expand Down

0 comments on commit b0c541b

Please sign in to comment.