Skip to content

Commit

Permalink
Use email type for login and forget password forms
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewy-gh committed Sep 23, 2024
1 parent 6ffdfd3 commit 399abdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/front/src/features/login/ForgotPassword.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function ForgotPassword() {
</Grid>
<TextField
placeholder="Enter Email"
type="text"
type="email"
style={btnstyle}
name="text"
fullWidth
Expand Down
2 changes: 1 addition & 1 deletion frontend/front/src/features/login/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const Login = () => {
<TextField
id="user-email"
placeholder="Enter Email"
type="text"
type="email"
style={btnstyle}
name="email"
fullWidth
Expand Down

0 comments on commit 399abdd

Please sign in to comment.