Skip to content

Commit

Permalink
Update App.tsx
Browse files Browse the repository at this point in the history
Signed-off-by: Krishnan Subramanian <[email protected]>
  • Loading branch information
krishnan-aot authored Feb 12, 2024
1 parent 1df6f9a commit e967d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { WebStorageStateStore } from "oidc-client-ts";
const authority =
import.meta.env.VITE_KEYCLOAK_ISSUER_URL ||
envConfig.VITE_KEYCLOAK_ISSUER_URL;

// Dummy comment
const client_id =
import.meta.env.VITE_KEYCLOAK_AUDIENCE || envConfig.VITE_KEYCLOAK_AUDIENCE;

Expand Down

0 comments on commit e967d87

Please sign in to comment.