Skip to content

Commit

Permalink
πŸ€– 🎨 Autoformat
Browse files Browse the repository at this point in the history
Signed-off-by: David Mihalcik <[email protected]>
  • Loading branch information
dmihalcik-virtru committed May 14, 2024
1 parent f289eb4 commit ebbccb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-app/src/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ 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
// 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 ebbccb5

Please sign in to comment.