Skip to content
Snippets Groups Projects
Verified Commit fbd489cf authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: OAuth authn

parent cbad7f70
Branches
No related tags found
No related merge requests found
Pipeline #48720 passed
...@@ -207,7 +207,10 @@ function MyApp ({ ...@@ -207,7 +207,10 @@ function MyApp ({
} }
return ( return (
<SessionProvider session={session}> <SessionProvider session={session}
refetchInterval={3 * 60}
refetchOnWindowFocus={true}
>
<App>{renderComponent()}</App> <App>{renderComponent()}</App>
</SessionProvider> </SessionProvider>
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment