mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-27 08:47:24 +01:00
Organized 'users' functionality vertically. (#226)
This commit is contained in:
@@ -26,7 +26,7 @@ To control which pages require users to be authenticated to access them, you can
|
||||
route AccountRoute { path: "/account", to: AccountPage }
|
||||
page AccountPage {
|
||||
authRequired: true,
|
||||
component: import Account from "@src/client/app/AccountPage"
|
||||
component: import Account from "@src/user/AccountPage"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user