Skip to content

Commit

Permalink
⚡ improve authentication flow (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
bengeois authored Mar 13, 2023
1 parent e3ae495 commit da20dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/AuthProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const AuthProvider = ({ children }: AuthProviderProps): React.ReactElement => {
prompt: "login",
}}
onRedirectCallback={onRedirectCallback}
useRefreshTokens
cacheLocation={"localstorage"}
>
{children}
</Auth0Provider>
Expand Down

0 comments on commit da20dc2

Please sign in to comment.