Skip to content

Commit

Permalink
Revert "Fix signout maybe (#11931)" (#11939)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessabean authored Nov 25, 2024
1 parent ec8d3f3 commit a445753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/ui-src/src/utils/api/apiLib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function getRequestHeaders(): Promise<RequestHeaders | undefined> {
}

export async function getTokens(): Promise<AuthTokens | undefined> {
return (await fetchAuthSession({ forceRefresh: true })).tokens;
return (await fetchAuthSession()).tokens;
}

export async function authenticateWithIDM(): Promise<void> {
Expand Down

0 comments on commit a445753

Please sign in to comment.