BUG fix: register form

This commit is contained in:
KUN1007 2023-10-29 22:45:40 +08:00
parent e475d152af
commit e5695373b9

View file

@ -81,7 +81,6 @@ const isValidInput = (): boolean => {
const handleSendCode = () => {
// If the form is empty
if (!isValidInput()) {
Message('Form cannot be empty', '表单不可为空', 'warn')
return
}