mirror of
https://github.com/getredash/redash.git
synced 2025-12-20 09:57:35 -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">
|
<form role="form" method="post">
|
||||||
<div class="form-group ">
|
<div class="form-group ">
|
||||||
<label for="email">Enter the email address you used for this account:</label>
|
<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>
|
</div>
|
||||||
<button type="submit" class="btn btn-primary">Reset my password</button>
|
<button type="submit" class="btn btn-primary">Reset my password</button>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user