fix accounts

This commit is contained in:
hzrd149 2025-01-31 16:22:46 -06:00
parent c4239df027
commit 9257b06335

View File

@ -16,7 +16,6 @@ const log = logger.extend("Accounts");
const accounts = new AccountManager();
registerCommonAccountTypes(accounts);
accounts.registerType(AmberClipboardAccount);
accounts.registerType(NostrConnectAccount);
// add android signer if native
if (CAP_IS_NATIVE) accounts.registerType(AndroidSignerAccount);