Merge pull request #924 from jloewe/main

fix: gitlab personal repo listing
This commit is contained in:
Andras Bacsai 2023-02-17 13:06:46 +01:00 committed by GitHub
commit a29d733a02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;