Fix resend confirmation component
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export function validateEmail(value: string) {
|
||||
export function validateEmailField(value: string) {
|
||||
return value.includes('@') || 'Invalid e-mail.';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user