Fix tiny bug in auth context code
This commit is contained in:
parent
3cb28cdecb
commit
79be0c555b
|
@ -79,7 +79,7 @@ function MyApp({ Component, pageProps }: AppProps) {
|
|||
content="width=device-width, initial-scale=1, maximum-scale=1"
|
||||
/>
|
||||
</Head>
|
||||
<AuthProvider serverUser={pageProps.authUser}>
|
||||
<AuthProvider serverUser={pageProps.auth}>
|
||||
<QueryClientProvider client={queryClient}>
|
||||
<Welcome {...pageProps} />
|
||||
<Component {...pageProps} />
|
||||
|
|
Loading…
Reference in New Issue
Block a user