feat: manually handle NIP-42 auth request (#132)
* improve fetch relays * . * . * . * refactor * refactor * remove identity * manually auth * auth * prevent duplicate message * clean up
This commit is contained in:
@@ -35,6 +35,16 @@ common:
|
||||
en: "Open Browser"
|
||||
refreshed:
|
||||
en: "Refreshed"
|
||||
quit:
|
||||
en: "Quit"
|
||||
restart:
|
||||
en: "Restart"
|
||||
approve:
|
||||
en: "Approve"
|
||||
ignore:
|
||||
en: "Ignore"
|
||||
relay:
|
||||
en: "Relay"
|
||||
|
||||
auto_update:
|
||||
updating:
|
||||
@@ -82,6 +92,14 @@ proxy:
|
||||
description:
|
||||
en: "Open your default browser and approve the connection request in your Nostr Signer extension"
|
||||
|
||||
auth:
|
||||
label:
|
||||
en: "Authentication Required"
|
||||
message:
|
||||
en: "Approve the authentication request to allow Coop to continue getting your messages."
|
||||
requests:
|
||||
en: "You have %{u} total pending authentication requests"
|
||||
|
||||
startup:
|
||||
client_keys_warning:
|
||||
en: "Warning"
|
||||
|
||||
Reference in New Issue
Block a user