mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-21 14:09:17 +02:00
add another nip-07 recommendation
This commit is contained in:
@@ -90,6 +90,10 @@ export default function LoginNsecView() {
|
|||||||
<Link isExternal href="https://getalby.com/" target="_blank">
|
<Link isExternal href="https://getalby.com/" target="_blank">
|
||||||
Alby
|
Alby
|
||||||
</Link>
|
</Link>
|
||||||
|
{", "}
|
||||||
|
<Link isExternal href="https://github.com/susumuota/nostr-keyx" target="_blank">
|
||||||
|
nostr-keyx
|
||||||
|
</Link>
|
||||||
{" or "}
|
{" or "}
|
||||||
<Link
|
<Link
|
||||||
isExternal
|
isExternal
|
||||||
|
@@ -46,9 +46,11 @@ export default function LoginStartView() {
|
|||||||
<AlertDescription>There are bugs and things will break.</AlertDescription>
|
<AlertDescription>There are bugs and things will break.</AlertDescription>
|
||||||
</Box>
|
</Box>
|
||||||
</Alert>
|
</Alert>
|
||||||
|
{window.nostr && (
|
||||||
<Button onClick={loginWithExtension} colorScheme="brand">
|
<Button onClick={loginWithExtension} colorScheme="brand">
|
||||||
Use browser extension
|
Use browser extension (NIP-07)
|
||||||
</Button>
|
</Button>
|
||||||
|
)}
|
||||||
<Button onClick={() => navigate("./nip05")}>Login with Nip-05 Id</Button>
|
<Button onClick={() => navigate("./nip05")}>Login with Nip-05 Id</Button>
|
||||||
<Button onClick={() => navigate("./npub")}>Login with pubkey key (npub)</Button>
|
<Button onClick={() => navigate("./npub")}>Login with pubkey key (npub)</Button>
|
||||||
<Button onClick={() => navigate("./nsec")}>Login with secret key (nsec)</Button>
|
<Button onClick={() => navigate("./nsec")}>Login with secret key (nsec)</Button>
|
||||||
|
Reference in New Issue
Block a user