Skip to content
Snippets Groups Projects
Commit d25c2fcb authored by michael.minelli's avatar michael.minelli
Browse files

Gitbeaker => Fix login issue

parent cffbc71b
No related branches found
No related tags found
No related merge requests found
Pipeline #30350 failed
...@@ -32,7 +32,7 @@ class GitlabManager extends SharedGitlabManager { ...@@ -32,7 +32,7 @@ class GitlabManager extends SharedGitlabManager {
} }
try { try {
notificationSettings = (await this.getNotificationSettings()).data as NotificationSettings; notificationSettings = await this.getNotificationSettings();
result[0] = true; result[0] = true;
......
...@@ -310,6 +310,13 @@ class SessionManager { ...@@ -310,6 +310,13 @@ class SessionManager {
return false; return false;
} }
if ( checkPermissions && checkPermissions.length === 0 ) {
ora({
text : `Here is your permissions:`,
indent: 4
}).start().info();
}
return this.checkPermissions(verbose, 8, checkPermissions); return this.checkPermissions(verbose, 8, checkPermissions);
} }
} }
......
Subproject commit 04b3a985a963b87aed586e6b06718dd3052ad32e Subproject commit e1ffeb584f5c7805befd951cb82ca179eabcaabb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment