feat:popupPrivacy
This commit is contained in:
parent
159f0803f2
commit
62d757a343
4 changed files with 329 additions and 4 deletions
|
|
@ -13,8 +13,9 @@ export default {
|
|||
fileByFile: (name: string, group: string, id: string, fileName: string) =>
|
||||
`${urlFile}/file/${name}/${group}/${id}/${fileName}`,
|
||||
|
||||
changePassword:`${orgKeycloak}/user/change-password`,
|
||||
resetPassword:`${orgKeycloak}/user/reset-password`,
|
||||
changePassword: `${orgKeycloak}/user/change-password`,
|
||||
resetPassword: `${orgKeycloak}/user/reset-password`,
|
||||
|
||||
checkoutCheck:`${leave}/user/checkout-check`
|
||||
checkoutCheck: `${leave}/user/checkout-check`,
|
||||
privacy: `${env.API_URI}/org/profile/privacy`,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue