diff --git a/packages/frontend/src/accounts.ts b/packages/frontend/src/accounts.ts index f4cff74a97..032455bd70 100644 --- a/packages/frontend/src/accounts.ts +++ b/packages/frontend/src/accounts.ts @@ -294,6 +294,11 @@ export async function openAccountMenu(opts: { icon: 'ti ti-users', text: i18n.ts.manageAccounts, to: '/settings/accounts', + }, { + type: 'button' as const, + icon: 'ph-power ph-bold ph-lg', + text: i18n.ts.logout, + action: () => { signout(); }, }); } else { if (opts.includeCurrentAccount) {