Fix login footer

This commit is contained in:
Johannes Zellner
2020-03-09 13:32:49 -07:00
parent d36e4937d4
commit 4c2c0e2b95

View File

@@ -137,7 +137,7 @@ app.controller('LoginController', ['$scope', '$http', function ($scope, $http) {
if (status !== 200) return;
$scope.status = data.status;
$scope.status = data;
}).error(function () {
$scope.initialized = false;
});