add remember me option
This commit is contained in:
parent
18da0bbdcf
commit
5018f2190b
6 changed files with 43 additions and 20 deletions
|
@ -13,10 +13,14 @@
|
|||
</div>
|
||||
|
||||
<div class="inputContainer">
|
||||
<input is="emby-input" id="txtManualPassword" type="password" label="${LabelPassword}" />
|
||||
<input is="emby-input" id="txtManualPassword" type="password" label="${LabelPassword}"/>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<label class="checkboxContainer">
|
||||
<input is="emby-checkbox" type="checkbox" class="chkRememberLogin" checked />
|
||||
<span>${RememberMe}</span>
|
||||
</label>
|
||||
|
||||
<button is="emby-button" type="submit" class="raised accent block">
|
||||
<i class="md-icon">check</i>
|
||||
<span>${ButtonSignIn}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue