Improve templates

This commit is contained in:
RainLoop Team 2020-03-15 23:38:46 +03:00
parent 151646f990
commit e744100919
9 changed files with 18 additions and 19 deletions

View file

@ -30,7 +30,7 @@
<div class="control-group" data-bind="css: {'error': passwordError}">
<label class="i18n control-label" data-i18n="LOGIN/LABEL_PASSWORD"></label>
<div class="controls">
<input type="password" class="inputPassword input-xlarge" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"
<input type="password" class="inputPassword input-xlarge" autocomplete="current-password" autocorrect="off" autocapitalize="off" spellcheck="false"
data-bind="value: password, onEnter: addAccountCommand" />
</div>
</div>