mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 16:29:17 +08:00
feat: 网站 - 证书,创建 ACME账户时,增加邮箱规则校验
This commit is contained in:
parent
b671843c6a
commit
0dc38ec10c
@ -38,7 +38,7 @@ let open = ref();
|
||||
let loading = ref(false);
|
||||
let accountForm = ref<FormInstance>();
|
||||
let rules = ref({
|
||||
email: [Rules.requiredInput],
|
||||
email: [Rules.requiredInput, Rules.email],
|
||||
});
|
||||
let account = ref({
|
||||
email: '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user