feat: account created page redirect button added, navigate logic created, refresh token bug fix
This commit is contained in:
@@ -76,6 +76,7 @@ export const appRoutes: RouteConfig[] = [
|
||||
{
|
||||
path: '/account-created',
|
||||
element: <AccountCreatedPage />,
|
||||
authorize: true,
|
||||
},
|
||||
{ path: '/signup', element: <UserCompletionPage />, authorize: true },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user