diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-01-27 07:36:15 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-01-27 07:36:15 -0500 |
| commit | 27b3de78db191c9ef2e68d8fc8b8f3d97ce5f71b (patch) | |
| tree | ee7ce1b0c4bc812e222e283f3ce6b1a7636645cc /www/templates/login.html | |
| parent | 02596e5821ba01672763b5faf5375de415de3bf4 (diff) | |
remove ssl toggle #589
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 d35faeb8..36f216b4 100644 --- a/www/templates/login.html +++ b/www/templates/login.html @@ -71,9 +71,9 @@ <ion-toggle ng-model="loginData.usePin" ng-change="pinPrompt();" ng-checked="{{loginData.usePin}}" toggle-class="toggle-calm"><span class="item-text-wrap">{{'kPassword' | translate}} {{'kProtect'|translate}}</span></ion-toggle> </label> </div> - <label> + <!--<label> <ion-toggle ng-model="loginData.useSSL" ng-checked="{{loginData.useSSL}}" toggle-class="toggle-calm"><span class="item-text-wrap">{{'kUseSSL' | translate}}</span></ion-toggle> - </label> + </label>--> <div ng-if="$root.platformOS != 'desktop'"> <label> <ion-toggle ng-model="loginData.keepAwake" ng-checked="{{loginData.keepAwake}}" toggle-class="toggle-calm"><span class="item-text-wrap">{{'kAwake1'|translate}} |
