Skip to content
Snippets Groups Projects
Commit d2f08ca5 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

lint fix.

parent b3c90a70
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ SetupControllers.controller('SetupInfo', ['$scope', '$routeParams', '$location',
return $timeout(function(){}, 1000);
});
}
};
}
function setSiteName() {
return SettingsAdminServices.put({
......@@ -115,7 +115,7 @@ SetupControllers.controller('SetupInfo', ['$scope', '$routeParams', '$location',
}).$promise.then(function(success) {
// anything we need to do here?
});
};
}
$scope.createOrgAndUser = function() {
// start off by creating the first user of the system
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment