From 920301a1d601b9d3512c1f58031a8b79ee48c4a5 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 20 Oct 2019 07:41:34 -0400 Subject: #850 conf -> err --- www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js') diff --git a/www/js/app.js b/www/js/app.js index 69626d66..1473cd9b 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -961,7 +961,7 @@ angular.module('zmApp', [ }, function (err) { - NVR.debug("Auth Hash error: " + JSON.stringify(conf)); + NVR.debug("Auth Hash error: " + JSON.stringify(err)); }); } -- cgit v1.2.3