mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
fix gitlab personal repo listing
This commit is contained in:
@@ -56,6 +56,10 @@
|
|||||||
Authorization: `Bearer ${$appSession.tokens.gitlab}`
|
Authorization: `Bearer ${$appSession.tokens.gitlab}`
|
||||||
});
|
});
|
||||||
username = user.username;
|
username = user.username;
|
||||||
|
groups.push({
|
||||||
|
full_name: username,
|
||||||
|
name: username
|
||||||
|
});
|
||||||
await loadGroups();
|
await loadGroups();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
loading.base = false;
|
loading.base = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user