diff options
Diffstat (limited to 'www/templates/login.html')
| -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 64c1bca6..99f06b8c 100644 --- a/www/templates/login.html +++ b/www/templates/login.html @@ -71,7 +71,7 @@ - <div ng-if="$root.platformOS != 'unknown'"> + <div ng-if="$root.platformOS != 'desktop'"> <label> <ion-toggle ng-model="loginData.usePin" ng-change="pinPrompt();" @@ -86,7 +86,7 @@ toggle-class="toggle-calm">Use SSL</ion-toggle> </label> - <div ng-if="$root.platformOS != 'unknown'"> + <div ng-if="$root.platformOS != 'desktop'"> <label> <ion-toggle ng-model="loginData.keepAwake" |
