diff options
Diffstat (limited to 'web/src/services/Api.ts')
| -rw-r--r-- | web/src/services/Api.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/src/services/Api.ts b/web/src/services/Api.ts index a6f818013..e88e4d204 100644 --- a/web/src/services/Api.ts +++ b/web/src/services/Api.ts @@ -29,6 +29,8 @@ export const CompletePasswordSignInPath = basePath + "/api/secondfactor/password export const InitiateResetPasswordPath = basePath + "/api/reset-password/identity/start"; export const CompleteResetPasswordPath = basePath + "/api/reset-password/identity/finish"; +export const ChangePasswordPath = basePath + "/api/change-password"; + // Do the password reset during completion. export const ResetPasswordPath = basePath + "/api/reset-password"; export const ChecksSafeRedirectionPath = basePath + "/api/checks/safe-redirection"; |
