We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e7d76 commit fb5badcCopy full SHA for fb5badc
server/frontend/src/App.js
@@ -4,7 +4,7 @@ import { Routes, Route } from "react-router-dom";
4
function App() {
5
return (
6
<Routes>
7
- <Route path="/" element={<LoginPanel />} />
+ <Route path="/login" element={<LoginPanel />} />
8
</Routes>
9
);
10
}
0 commit comments