feat: add ability to change password
This commit is contained in:
@@ -36,6 +36,7 @@ function App() {
|
||||
<Route path="/network" element={<GraphComponent />} />
|
||||
<Route path="/analysis" element={<Analysis />} />
|
||||
<Route path="/mvp" element={<MVPChart />} />
|
||||
<Route path="/changepassword" element={<SetPassword />} />
|
||||
</Routes>
|
||||
<Footer />
|
||||
</SessionProvider>
|
||||
|
Reference in New Issue
Block a user