Skip to content

Commit

Permalink
Merge pull request #1333 from culturecreates/feature/issue-1268
Browse files Browse the repository at this point in the history
fix: added well known password url. closes #1268
AbhishekPAnil authored Sep 20, 2024
2 parents 7665258 + c2cc3ec commit 3243d5b
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/constants/pathName.js
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@ export const PathName = {
Dashboard: '/dashboard',
ForgotPassword: '/forgot-password',
ResetPassword: '/reset-password',
WellKnownPasswordReset: '/.well-known/change-password',
Events: '/events',
Places: '/places',
AddPlace: '/add-place',
1 change: 1 addition & 0 deletions src/router/index.js
Original file line number Diff line number Diff line change
@@ -35,6 +35,7 @@ export const router = createBrowserRouter([
path: PathName.Login,
element: <Login />,
},
{ path: PathName.WellKnownPasswordReset, element: <ResetPassword /> },
{
path: PathName.ForgotPassword,
element: <ForgotPassword />,

0 comments on commit 3243d5b

Please sign in to comment.