diff options
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/login.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/login.html b/www/templates/login.html index 5e823a56..32f1a683 100644 --- a/www/templates/login.html +++ b/www/templates/login.html @@ -97,13 +97,13 @@ <i class="icon ion-ios-arrow-right"> </i> {{'kEventServer' | translate}} </a> - <div ng-if="$root.platformOS != 'desktop'"> + <label> <ion-toggle ng-model="loginData.usePin" ng-change="pinPrompt();" toggle-class="toggle-calm"> <span class="item-text-wrap">{{'kPassword' | translate}} {{'kProtect'|translate}}</span> </ion-toggle> </label> - </div> + <div ng-if="$root.platformOS != 'desktop'"> <label> |
