feat: welcome page title and club banner added
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Layout } from '@/components';
|
||||
import { AccountCreatedPage } from '@/features/authorization/routes/AccountCreatedPage';
|
||||
import {
|
||||
Calendar,
|
||||
Devices,
|
||||
@@ -72,6 +73,10 @@ export const appRoutes: RouteConfig[] = [
|
||||
path: '/login',
|
||||
element: <AuthenticationPage />,
|
||||
},
|
||||
{
|
||||
path: '/account-created',
|
||||
element: <AccountCreatedPage />,
|
||||
},
|
||||
{ path: '/signup', element: <UserCompletionPage />, authorize: true },
|
||||
{
|
||||
path: '/forget-password',
|
||||
|
||||
Reference in New Issue
Block a user