Harden auth risk controls and admin reauth
This commit is contained in:
@@ -473,6 +473,7 @@ function emailTypeLabel(type) {
|
||||
reset: '密码重置',
|
||||
bind: '邮箱绑定',
|
||||
task_complete: '任务完成',
|
||||
security_alert: '安全告警',
|
||||
}
|
||||
return map[type] || type
|
||||
}
|
||||
@@ -701,6 +702,7 @@ onMounted(refreshAll)
|
||||
<el-option label="密码重置" value="reset" />
|
||||
<el-option label="邮箱绑定" value="bind" />
|
||||
<el-option label="任务完成" value="task_complete" />
|
||||
<el-option label="安全告警" value="security_alert" />
|
||||
</el-select>
|
||||
<el-select v-model="emailLogStatusFilter" style="width: 120px" @change="loadEmailLogs(1)">
|
||||
<el-option label="全部状态" value="" />
|
||||
|
||||
Reference in New Issue
Block a user