mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-21 10:27:27 +08:00
[admin] remove two-step authentication
This commit is contained in:
Vendored
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user