1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 08:19:15 +08:00

fix: 修改 mfa 最大刷新时间限制

This commit is contained in:
ssongliu 2023-07-11 11:40:18 +08:00 committed by maninhill
parent 44ca529027
commit 227856b45b

View File

@ -101,7 +101,7 @@ const form = reactive({
const rules = reactive({
code: [Rules.requiredInput],
mfaInterval: [Rules.number, checkNumberRange(15, 300)],
mfaInterval: [Rules.number, checkNumberRange(15, 60)],
});
interface DialogProps {