1
0
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:
zhengkunwang223 2023-02-20 17:14:00 +08:00 committed by zhengkunwang223
parent b671843c6a
commit 0dc38ec10c

View File

@ -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: '',