mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 09:27:23 -05:00
Merge pull request #1143 from ariarijp/fix/email-input
Fix: use the email input type where needed
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user