From ebbccb50023201df2a378e0eee3a4f2cec19cc4f Mon Sep 17 00:00:00 2001 From: dmihalcik-virtru Date: Mon, 13 May 2024 21:00:03 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20=F0=9F=8E=A8=20Autoformat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Mihalcik --- web-app/src/session.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-app/src/session.ts b/web-app/src/session.ts index dc9ef7e3..5a1509c7 100644 --- a/web-app/src/session.ts +++ b/web-app/src/session.ts @@ -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 { if (this.signingKey) { return this.signingKey;