diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-03-10 09:56:37 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-03-10 09:56:37 -0500 |
| commit | de32d1391236928df583ad7d4e65acdc7bf9d45b (patch) | |
| tree | 6af725e2a5e51954cf75134355ab75d4f61b8be4 /www | |
| parent | 2503874f3da1bf922e6f693740d8193b4ad002a7 (diff) | |
typo
Diffstat (limited to 'www')
| -rw-r--r-- | www/templates/login.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/templates/login.html b/www/templates/login.html index 55c7befa..a6f409b2 100644 --- a/www/templates/login.html +++ b/www/templates/login.html @@ -33,7 +33,8 @@ <div ng-if="check.isUseAuth"> <label class="item item-input item-floating-label"> <span class="input-label">{{'kUserName'|translate}}</span> - <input autocapitalize="none" autocomplete="off" autocorrect="off" type="text" placeholder="{{'kUsername' | translate}}" ng-model="loginData.username"> + <input autocapitalize="none" autocomplete="off" autocorrect="off" type="text" + placeholder="{{'kUserName' | translate}}" ng-model="loginData.username"> </label> <label class="item item-input item-floating-label"> <span class="input-label">{{'kPassword' | translate}}</span> |
