Fix Bug 64895 - Added support for old URL and redirect to new one.

This commit is contained in:
Tatiana Lopaeva 2023-10-30 10:49:41 +03:00
parent 842cee1d4b
commit 092806792e

View File

@ -226,7 +226,14 @@ const ClientRoutes = [
},*/
],
},
{
path: "/accounts/view/@self/notification",
element: (
<PrivateRoute>
<Navigate to="/profile/notifications" replace />
</PrivateRoute>
),
},
...generalRoutes,
],
},