mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 18:13:18 +09:00
임시 비밀번호 발급 문자 수정 및 비밀번호 초기화 오류 수정
This commit is contained in:
@@ -63,6 +63,11 @@ const updateAuth = (params) => {
|
||||
return httpClient.post('/api/v1/bo/sysMgt/updateAuth', params, { withCredentials: false });
|
||||
}
|
||||
|
||||
// 비밀번호 초기화
|
||||
const resetPassword = (params) => {
|
||||
return httpClient.post('/api/v1/bo/login/resetPassword', params, { withCredentials: false });
|
||||
}
|
||||
|
||||
export default {
|
||||
insertAdmin,
|
||||
updateAdmin,
|
||||
@@ -77,5 +82,5 @@ export default {
|
||||
authDetail,
|
||||
insertAuth,
|
||||
updateAuth,
|
||||
|
||||
resetPassword
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user