Skip to content
Snippets Groups Projects
Commit 0f7cac6a authored by Christian ZHENG's avatar Christian ZHENG
Browse files

fix(login): remove duplicate code

parent 3ef729e0
No related branches found
No related tags found
3 merge requests!16feat: publish extension on marketplace with ci,!15feat(Sprint1): add authentication + directory picking + redirection link,!14sprint 1
......@@ -3,13 +3,9 @@ import { CommandHandler } from './core/commandHandler';
import { SERVICES_PATHS_PATH } from './core/config';
import Controller from './core/controller';
import ExtensionStore from './core/extensionStore';
import {
default as keycloakOAuth2DeviceFlowConnectionTest,
default as KeycloakOAuth2DeviceFlowConnectionTest,
} from './core/keycloakOAuth2DeviceFlowConnection.test';
import { default as KeycloakOAuth2DeviceFlowConnectionTest } from './core/keycloakOAuth2DeviceFlowConnection.test';
import MetadataProvider from './core/metadataProvider';
import { error } from './recorder/utils';
import { OPEN_BRIEFING_COMMAND } from './theia/command';
import { DepNodeProvider } from './theia/deadlockPanel';
import UserConfigTheia from './theia/userConfigTheia';
import BriefingView from './view/briefingView';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment