From a032d9b8e20b56252f33f7ff0fdfc20f73ec5fba Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 18 Mar 2019 16:31:55 -0400 Subject: nits --- www/js/LoginCtrl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/LoginCtrl.js') diff --git a/www/js/LoginCtrl.js b/www/js/LoginCtrl.js index fef2c1ce..36eac47d 100644 --- a/www/js/LoginCtrl.js +++ b/www/js/LoginCtrl.js @@ -385,7 +385,7 @@ angular.module('zmApp.controllers').controller('zmApp.LoginCtrl', ['$scope', '$r else { mobilePinConfig(); } - } + }; function desktopPinConfig() { @@ -472,7 +472,7 @@ function mobilePinConfig () { } else { NVR.debug("Password disabled"); } - }; + } //------------------------------------------------------------------------------- // Makes input easier -- cgit v1.2.3