fix signin bug identifier

This commit is contained in:
2025-10-09 23:12:54 +07:00
parent 823492a381
commit 76cf2de6ed

View File

@@ -110,7 +110,6 @@ const SignIn = () => {
rules={[ rules={[
{ {
required: true, required: true,
type: 'email',
message: 'Email / Username tidak boleh kosong', message: 'Email / Username tidak boleh kosong',
}, },
]} ]}