mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: add org_id to a user when signing up
This commit is contained in:
parent
b88ee6643e
commit
2b886ec2c2
5 changed files with 28 additions and 12 deletions
|
|
@ -11,7 +11,7 @@ export const config = {
|
|||
* 4. /examples (inside /public)
|
||||
* 5. all root files inside /public (e.g. /favicon.ico)
|
||||
*/
|
||||
"/((?!api|_next|fonts|login|signup|examples|[\\w-]+\\.\\w+).*)",
|
||||
"/((?!api|_next|fonts|examples|[\\w-]+\\.\\w+).*)",
|
||||
],
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue