mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-04-03 09:28:23 +02:00
Add support for nip46 'secret'
This commit is contained in:
parent
f9443afccc
commit
d35f0eb31b
@ -32,7 +32,7 @@ export default function LoginNostrConnectView() {
|
||||
if (uri.includes("@")) client = nostrConnectService.fromBunkerAddress(uri);
|
||||
else client = nostrConnectService.fromBunkerURI(uri);
|
||||
|
||||
await client.connect();
|
||||
await client.connect(new URL(uri).searchParams.get('secret') ?? undefined);
|
||||
} else if (uri.startsWith("npub")) {
|
||||
client = nostrConnectService.fromBunkerToken(uri);
|
||||
const [npub, hexToken] = uri.split("#");
|
||||
|
Loading…
x
Reference in New Issue
Block a user