Skip to content

Commit

Permalink
removed conditions in login
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisethi21 committed Feb 28, 2021
1 parent 8bf348a commit 90c222c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ <h3 class="logo">Trash Cash</h3>
<form>
<div class="form-field-container">
<label for="email">Email:</label>
<input type="email" id="user_email" placeholder="Enter Email" name="user_email" required>
<input type="text" id="user_email" placeholder="Enter Email" name="user_email">
</div>
<div class="form-field-container">
<label for="password">Password:</label>
<input type="password" id="password" placeholder="Enter Password" name="password" required>
<input type="password" id="password" placeholder="Enter Password" name="password">
</div>

<div class="form-field-container submit-btn">
Expand Down

0 comments on commit 90c222c

Please sign in to comment.