Merge pull request #876 from Tria-plc/freight_feature/usermanagement

changes
This commit is contained in:
marshal
2026-07-21 15:15:19 +03:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -708,7 +708,7 @@ const App = () => {
<Route path="/forgot-password" element={<ForgotPasswordPage />} />
{/* <Route path="/um/*" element={<UserManagementHostPage />} /> */}
<Route path="um/set-password" element={<SetPassword />} />
<Route path="/callback" element={<FaydaCallbackPage />} />
<Route path="/fayda/callback" element={<FaydaCallbackPage />} />
<Route path="*" element={<Navigate to="/auth" replace />} />
</Routes>
);