UI resetpassword

This commit is contained in:
setthawutttty 2025-02-21 16:39:50 +07:00
parent 3272fae13b
commit 4aa7a659a4
3 changed files with 59 additions and 44 deletions

View file

@ -13,5 +13,6 @@ export default {
fileByFile: (name: string, group: string, id: string, fileName: string) =>
`${urlFile}/file/${name}/${group}/${id}/${fileName}`,
resetPassword:`${orgKeycloak}/user/change-password`
changePassword:`${orgKeycloak}/user/change-password`,
resetPassword:`${orgKeycloak}/user/reset-password`
}