Skip to content

Commit

Permalink
[ES-1136]: Fixed - When transaction expired in login page incorrect e…
Browse files Browse the repository at this point in the history
…rror message is displayed. (#687) (#688) (#701)

Signed-off-by: GurukiranP <[email protected]>
  • Loading branch information
gk-4VII authored May 15, 2024
1 parent aac776d commit 905f5e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions oidc-ui/src/services/api.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ const allErrorStatusCodes = [
// Create own axios instance with defaults.
export const ApiService = axios.create({
withCredentials: true,
baseURL: API_BASE_URL,
signal: AbortSignal.timeout(5 * 60 * 1000),
timeout: 5 * 60 * 1000
baseURL: API_BASE_URL
});

export const setupResponseInterceptor = (navigate) => {
Expand Down

0 comments on commit 905f5e9

Please sign in to comment.