feat: default ln address to zap.stream for new accounts

This commit is contained in:
2025-05-29 14:31:13 +01:00
parent 8e3a4cbd41
commit 917147605b

View File

@ -38,6 +38,7 @@ class _NewAccountPage extends State<NewAccountPage> {
pubKey: _privateKey.publicKey,
name: _name.text,
picture: _avatar,
lud16: "${_privateKey.publicKey}@zap.stream",
),
);
}