mirror of
https://github.com/edufeed-org/nips.git
synced 2025-12-10 00:34:32 +00:00
fix typo
This commit is contained in:
parent
c55678b307
commit
ded4c1659c
1 changed files with 1 additions and 1 deletions
2
100.md
2
100.md
|
|
@ -468,7 +468,7 @@ Android intents and browsers url has limitations, so if you are using the return
|
|||
- params:
|
||||
|
||||
```js
|
||||
const intent = `intent:${encryptedText}#Intent;scheme=nostrsigner;S.pubKey=${hex_pub_key};S.compressionType=none;S.returnType=signature;S.type=nip44_encrypt;S.callbackUrl=https://example.com/?event=;end`;
|
||||
const intent = `intent:${encryptedText}#Intent;scheme=nostrsigner;S.pubKey=${hex_pub_key};S.compressionType=none;S.returnType=signature;S.type=nip04_decrypt;S.callbackUrl=https://example.com/?event=;end`;
|
||||
|
||||
window.href = intent;
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue