Merge pull request #924 from jloewe/main
fix: gitlab personal repo listing
This commit is contained in:
commit
a29d733a02
1 changed files with 4 additions and 0 deletions
|
|
@ -56,6 +56,10 @@
|
|||
Authorization: `Bearer ${$appSession.tokens.gitlab}`
|
||||
});
|
||||
username = user.username;
|
||||
groups.push({
|
||||
full_name: username,
|
||||
name: username
|
||||
});
|
||||
await loadGroups();
|
||||
} catch (error) {
|
||||
loading.base = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue