diff --git a/vscode/webviews/tabs/AccountTab.tsx b/vscode/webviews/tabs/AccountTab.tsx index f995b1f01c4..b11c5985bbb 100644 --- a/vscode/webviews/tabs/AccountTab.tsx +++ b/vscode/webviews/tabs/AccountTab.tsx @@ -37,10 +37,6 @@ export const AccountTab: React.FC = ({ setView }) => { getVSCodeAPI().postMessage({ command: 'links', value: ACCOUNT_UPGRADE_URL.toString() }), }) } - actions.push({ - text: 'Switch Account...', - onClick: () => getVSCodeAPI().postMessage({ command: 'command', id: 'cody.auth.switchAccount' }), - }) if (isDotComUser) { actions.push({ text: 'Manage Account',