Skip to main content

accessRoute

๐Ÿšง Route where your user is going to access after login, must be a private route.

...return (  <NextShield    ...    accessRoute="/control-panel"    ...  >    <Component {...pageProps} />  </NextShield>)