Remove provider from setup
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user