Skip to content

Commit

Permalink
Remove email validation
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgio-tran committed Nov 17, 2023
1 parent 32f3e82 commit b1b49f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my-app/src/pages/auth/credentials-signin/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const SignIn = () => {
{...register("email")}
id="email"
name="email"
type="email"
// type="email"
required
placeholder="Example: [email protected]"
className="block w-full bg-white rounded-md border-0 py-1.5 px-2 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6"
Expand Down

0 comments on commit b1b49f1

Please sign in to comment.