fix: signin page type (#671)

This commit is contained in:
Aaryan Khandelwal 2023-04-03 15:07:39 +05:30 committed by GitHub
parent 353197f583
commit 12ad3892f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 30 additions and 26 deletions

View file

@ -121,7 +121,7 @@ export const EmailCodeForm = ({ onSuccess }: any) => {
) || "Email ID is not valid",
}}
error={errors.email}
placeholder="Enter you email Id"
placeholder="Enter your Email ID"
/>
</div>