Add /signup route redirect preserving query
cgen-ea224e8d036d44daab3ed44687f9a33b
This commit is contained in:
parent
5b56a122ef
commit
fae1badef3
1 changed files with 1 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ const App = () => (
|
|||
<Route path="/passport/me" element={<ProfilePassport />} />
|
||||
<Route path="/passport/:username" element={<ProfilePassport />} />
|
||||
<Route path="/login" element={<Login />} />
|
||||
<Route path="/signup" element={<SignupRedirect />} />
|
||||
<Route path="/reset-password" element={<ResetPassword />} />
|
||||
|
||||
{/* Service routes */}
|
||||
|
|
|
|||
Loading…
Reference in a new issue