Remove provider from setup

This commit is contained in:
Johannes Zellner
2020-06-09 14:53:43 +02:00
parent 2bbafb5604
commit 3378bf7a1e

View File

@@ -21,7 +21,6 @@ app.controller('SetupController', ['$scope', 'Client', function ($scope, Client)
password: ''
};
$scope.error = null;
$scope.provider = '';
$scope.apiServerOrigin = '';
$scope.webServerOrigin = '';
@@ -69,7 +68,6 @@ app.controller('SetupController', ['$scope', 'Client', function ($scope, Client)
return;
}
$scope.provider = status.provider;
$scope.apiServerOrigin = status.apiServerOrigin;
$scope.webServerOrigin = status.webServerOrigin;