Skip to content

Commit

Permalink
Merge pull request #1143 from ariarijp/fix/email-input
Browse files Browse the repository at this point in the history
Fix: use the email input type where needed
  • Loading branch information
arikfr authored Jun 20, 2016
2 parents 7445972 + 21fdd6b commit dbd48e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redash/templates/forgot.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h2>Password Reset</h2>
<form role="form" method="post">
<div class="form-group ">
<label for="email">Enter the email address you used for this account:</label>
<input type="text" class="form-control" name="email" value="{{email}}">
<input type="email" class="form-control" name="email" value="{{email}}">
</div>
<button type="submit" class="btn btn-primary">Reset my password</button>
</form>
Expand Down

0 comments on commit dbd48e1

Please sign in to comment.