-
Notifications
You must be signed in to change notification settings - Fork 0
feat: legacy router migration 4 #131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
f8d9253
c23ff22
8c44feb
36775e8
27a7c54
5f22b7c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| 'use client'; | ||
|
|
||
| // TODO: Once the [...slug] catch-all route is removed, replace this wrapper | ||
| // with a (protected) route group layout that provides auth guarding at the layout level. | ||
| // TODO: Replace this wrapper with a (protected) route group layout that | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we have an issue for following up on this?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes we do #116 |
||
| // provides auth guarding at the layout level. | ||
| // targetStatus can be used to scope groups further (e.g. (authenticated), (unverified)). | ||
| import { useEffect } from 'react'; | ||
| import { useSelector } from 'react-redux'; | ||
|
|
||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.