Skip to content

Commit

Permalink
refactor(CE): remove account verify route
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitd94 authored Aug 9, 2024
1 parent a89e630 commit 8222794
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 101 deletions.
10 changes: 0 additions & 10 deletions ui/src/routes/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const AboutUs = lazy(() => import('@/views/AboutUs'));
const Dashboard = lazy(() => import('@/views/Dashboard'));
const SignIn = lazy(() => import('@/views/Authentication/SignIn'));
const SignUp = lazy(() => import('@/views/Authentication/SignUp'));
const AccountVerify = lazy(() => import('@/views/AccountVerify'));
const Models = lazy(() => import('@/views/Models'));
const SetupConnectors = lazy(() => import('@/views/Connectors/SetupConnectors'));

Expand Down Expand Up @@ -103,13 +102,4 @@ export const AUTH_ROUTES: MAIN_PAGE_ROUTES_ITEM[] = [
</SuspenseWithLoader>
),
},
{
name: 'Account Verify',
url: '/account-verify',
component: (
<SuspenseWithLoader redirectRoute='/account-verify'>
<AccountVerify />
</SuspenseWithLoader>
),
},
];
90 changes: 0 additions & 90 deletions ui/src/views/AccountVerify/AccountVerify.tsx

This file was deleted.

1 change: 0 additions & 1 deletion ui/src/views/AccountVerify/index.ts

This file was deleted.

0 comments on commit 8222794

Please sign in to comment.