mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge pull request #822 from Nirothipan/master
Fixes [Password Field seems to be incorrect] #404
This commit is contained in:
commit
0c83a28a0f
@ -39,8 +39,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="password">Password *</label>
|
<label for="password">Password *</label>
|
||||||
<!-- Below line is added to stop autocomplete in firefox -->
|
|
||||||
<input type="password" style="display:none">
|
|
||||||
<input type="password" name="password" class="form-control" autocomplete="off"
|
<input type="password" name="password" class="form-control" autocomplete="off"
|
||||||
placeholder="Enter your password" required="required" />
|
placeholder="Enter your password" required="required" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user