chore: commit pending changes to App and LoginOptions

This commit is contained in:
Gigi
2025-10-17 00:55:47 +02:00
parent 2f68e84002
commit d4df9f0424
2 changed files with 6 additions and 26 deletions

View File

@@ -48,8 +48,6 @@ const LoginOptions: React.FC = () => {
// Get pubkey from signer
const pubkey = await signer.getPublicKey()
// Note: Some signers may mirror user pubkey in remote field; not a hard error
// Create account from signer
const account = new Accounts.NostrConnectAccount(pubkey, signer)