Skip to content

Commit

Permalink
Update forgot-password.html
Browse files Browse the repository at this point in the history
improved form
  • Loading branch information
pro-dev-ph authored Dec 2, 2024
1 parent f1977bc commit 26d6c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forgot-password.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h6 class="mb-4 text-muted">Reset Password</h6>
<p class="text-muted text-start">Enter your email address and your new password will be emailed to you.</p>
<form action="" method="">
<div class="mb-3 text-start">
<label for="email" class="form-label">Email adress</label>
<label for="email" class="form-label">Email address</label>
<input type="email" class="form-control" placeholder="Enter your email" required>
</div>
<button class="btn btn-primary mb-4" style="width:100%">Send me new password</button>
Expand Down

0 comments on commit 26d6c2a

Please sign in to comment.