Skip to content

Commit 8b47933

Browse files
authored
Merge pull request #180 from terminusdb/Francesca-Bit-patch-7
fix verify email
2 parents 3499e70 + 13fca19 commit 8b47933

File tree

1 file changed

+1
-2
lines changed
  • packages/tdb-dashboard/src

1 file changed

+1
-2
lines changed

packages/tdb-dashboard/src/App.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import {PageNotFound} from "./pages/PageNotFound"
3030
import {DocumentsPageList} from "./pages/DocumentsListPage"
3131
import {PLANS} from "./routing/constants";
3232
import { DocumentControlMain } from "./pages/DocumentControlMain"
33-
import TestApp from "./TestApp"
3433

3534
export function App (props){
3635
let navigate = useNavigate();
@@ -95,7 +94,7 @@ function getRoutes(clientUser, isAdmin, woqlClient){
9594
}
9695
return <React.Fragment>
9796
{/*<Route path="/verify" element={<VerifyEmail/>}/>*/}
98-
<Route path="/verify" element={<TestApp/>} />
97+
<Route path="/verify" element={<VerifyEmail/>}/>
9998
<Route path = {PATH.INVITE_PAGE} element = {<PrivateRoute component={InvitePage}/>} />
10099
<Route path={PATH.PLANS} element={<PrivateRoute component={PlansPage}/>}/>
101100
<Route index element={<PrivateRoute component={Home}/>} />

0 commit comments

Comments
 (0)