fix gitlab personal repo listing

This commit is contained in:
Jan Loewe
2023-02-14 17:33:50 +00:00
parent 23bfc119d9
commit 4845e986bb

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;