mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-29 05:11:04 +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
|
// Gets the currently authenticated user
|
||||||
users.getCached().then(function (payload) {
|
users.getCached().then(function (payload) {
|
||||||
$scope.loading = false;
|
|
||||||
$scope.user = payload.data;
|
$scope.user = payload.data;
|
||||||
|
$scope.loading = false;
|
||||||
});
|
});
|
||||||
|
|
||||||
// Gets a list of repos to display in the
|
// Gets a list of repos to display in the
|
||||||
|
|
Loading…
Reference in a new issue