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

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;