diff --git a/src/utils/auth.ts b/src/utils/auth.ts index ac035f4..60d780e 100644 --- a/src/utils/auth.ts +++ b/src/utils/auth.ts @@ -12,4 +12,5 @@ export const authProviderProps: AuthProviderProps = { automaticSilentRenew: true, checkSessionIntervalInSeconds: 2, monitorSession: false, + redirectMethod: 'replace', };