updated defauts
This commit is contained in:
parent
ccaaf9298a
commit
fff6efe0e8
|
|
@ -51,7 +51,7 @@ const SignIn = () => {
|
|||
<InputField
|
||||
name="email"
|
||||
label="Email"
|
||||
placeholder="contact@jsmastery.com"
|
||||
placeholder="opendevsociety@cc.cc"
|
||||
register={register}
|
||||
error={errors.email}
|
||||
validation={{ required: 'Email is required', pattern: /^\w+@\w+\.\w+$/ }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue