mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-25 19:31:05 +00:00
remove flicker of blankslate on repo page
This commit is contained in:
parent
18d7f7b241
commit
734cfd25b7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue