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

SessionLogout => Remove call to gitlab logout function (merged with session)

parent 1b6cbca4
Branches
Tags
No related merge requests found
import CommanderCommand from '../../CommanderCommand';
import inquirer from 'inquirer';
import ora from 'ora';
import GitlabManager from '../../../managers/GitlabManager';
import SessionManager from '../../../managers/SessionManager';
......@@ -31,7 +30,6 @@ class SessionLogoutCommand extends CommanderCommand {
const spinner: ora.Ora = ora('Please wait while we are logout you from Dojo...').start();
SessionManager.logout();
GitlabManager.logout();
spinner.succeed('You are now logged out from Dojo.');
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment