diff options
| author | = <=> | 2019-03-14 14:22:29 -0400 |
|---|---|---|
| committer | = <=> | 2019-03-14 14:22:29 -0400 |
| commit | 7cb24d55f47dc28d91710d5c22cfc30a0a59b583 (patch) | |
| tree | dcca268fc1c95ae4233951e928a370992647f5a8 /www/templates | |
| parent | 9e1e17a259fc206a70cb4bf6c8142059510003f2 (diff) | |
#784 well what the heck, password for desktops
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> |
