feat: add ability to change password

This commit is contained in:
2025-03-16 18:11:28 +01:00
parent 39630725a4
commit 4252e737d7
6 changed files with 127 additions and 57 deletions

View File

@@ -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>