mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
changing policy holder values in login form
This commit is contained in:
parent
f04cb206b6
commit
2b9ebf1e2f
@ -12,12 +12,12 @@
|
||||
<form method="POST" class="form-login-box" action="{{loginPath}}">
|
||||
<label class="wr-input-label">Username</label>
|
||||
<div class="wr-input-control">
|
||||
<input name="username" type="text" value="" placeholder="input text"/>
|
||||
<input name="username" type="text" value="" placeholder="Enter username"/>
|
||||
</div>
|
||||
|
||||
<label class="wr-input-label">Password</label>
|
||||
<div class="wr-input-control">
|
||||
<input name="password" type="password" value="" placeholder="input text"/>
|
||||
<input name="password" type="password" value="" placeholder="Enter password"/>
|
||||
</div>
|
||||
|
||||
<div class="wr-input-control">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user