mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
perf(X-Pack): MFA 页面交互优化
This commit is contained in:
committed by
dataeaseShu
parent
3000107d5e
commit
87bed21277
@@ -4260,6 +4260,8 @@ export default {
|
||||
enable_switch_tips: '管理员已设置所有用户开启 MFA 认证',
|
||||
reset_key_tips: '重置 FMA',
|
||||
step_1: '安装应用',
|
||||
step_2: '绑定 MFA 验证器'
|
||||
step_2: '绑定 MFA 验证器',
|
||||
unbind_confirm: '确定解除 MFA 多因子认证绑定吗?',
|
||||
mfa_code: 'MFA 验证码'
|
||||
}
|
||||
}
|
||||
|
||||
2
de-xpack
2
de-xpack
Submodule de-xpack updated: 3bc8d0b376...d84db21775
@@ -221,8 +221,8 @@ public interface UserApi {
|
||||
@PostMapping("/mfaBind")
|
||||
void mfaBind(@RequestBody MfaLoginDTO dto);
|
||||
|
||||
@PostMapping("/mfaUnbind")
|
||||
void mfaUnbind();
|
||||
@PostMapping("/mfaUnbind/{code}")
|
||||
String mfaUnbind(@PathVariable("code") String code);
|
||||
|
||||
@PostMapping("/mfaRest/{id}")
|
||||
void resetBind(@PathVariable("id") Long id);
|
||||
|
||||
Reference in New Issue
Block a user