Skip to content

Commit

Permalink
refactor(eb-app-ui): sync layout.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Nov 10, 2024
1 parent d4c523e commit 96c9c09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export async function load() {
globalThis.localStorage.setItem("keycloak_realm", config.keycloak_realm);
}

// Am I authenticated
// Am I authenticated?
const res = await post("/api/pri/hello", "{}");

globalThis.sessionStorage.removeItem("oidc_authenticated");
Expand Down

0 comments on commit 96c9c09

Please sign in to comment.