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:
parent
44ca529027
commit
227856b45b
@ -101,7 +101,7 @@ const form = reactive({
|
|||||||
|
|
||||||
const rules = reactive({
|
const rules = reactive({
|
||||||
code: [Rules.requiredInput],
|
code: [Rules.requiredInput],
|
||||||
mfaInterval: [Rules.number, checkNumberRange(15, 300)],
|
mfaInterval: [Rules.number, checkNumberRange(15, 60)],
|
||||||
});
|
});
|
||||||
|
|
||||||
interface DialogProps {
|
interface DialogProps {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user