mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
remove flicker of blankslate on repo page
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
|
||||
// Gets the currently authenticated user
|
||||
users.getCached().then(function (payload) {
|
||||
$scope.loading = false;
|
||||
$scope.user = payload.data;
|
||||
$scope.loading = false;
|
||||
});
|
||||
|
||||
// Gets a list of repos to display in the
|
||||
|
||||
Reference in New Issue
Block a user