[admin] remove two-step authentication

This commit is contained in:
xiaomlove
2022-05-13 17:55:49 +08:00
parent 155d4ddcb6
commit a7d9a68db4
12 changed files with 70 additions and 38 deletions
+3 -1
View File
@@ -208,7 +208,9 @@ const api = {
pardonHrBulk: (params = {}) => {
return axios.put('hr-pardon', params);
},
removeTwoStepAuthentication: (params = {}) => {
return axios.put('user-remove-two-step', params);
},
}
export default api