mirror of
https://github.com/getredash/redash.git
synced 2026-05-09 03:03:08 -04:00
Use the email input type
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
<form role="form" method="post" name="login">
|
||||
<div class="form-group">
|
||||
<label for="inputEmail">Email</label>
|
||||
<input type="text" class="form-control" id="inputEmail" name="email" value="{{email}}">
|
||||
<input type="email" class="form-control" id="inputEmail" name="email" value="{{email}}">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="inputPassword">Password</label>
|
||||
|
||||
@@ -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