Restrict Access (Authenticated Users Only)
{
path: '/example',
...Auth,
routes: [
{
...ExampleComponent,
restricted: true <<-- Add this
}
]
}Last updated
{
path: '/example',
...Auth,
routes: [
{
...ExampleComponent,
restricted: true <<-- Add this
}
]
}Last updated