{#if !userState.signedIn}

Login with...

Network Status:
{#if result}
{result}
{/if}
{:else}
{#if username}

{username}

{#if isNav}

@{tag}

{/if} {:else if !pfp}

Loading profile...

{:else}

Loading...

{/if}
  • {#if userState.loginMethod === "extension"} Logged in with extension {:else if userState.loginMethod === "amber"} Logged in with Amber {:else if userState.loginMethod === "npub"} Logged in with npub {:else} Unknown login method {/if}
  • {#if isNav}
  • {:else} {/if}
{/if}
{#if showQrCode && qrCodeDataUrl}

Scan with Amber

Open Amber on your phone and scan this QR code

Nostr Connect QR Code

1. Open Amber on your phone

2. Scan the QR code above

3. Approve the connection in Amber

{/if} {#if showAmberFallback}

Amber Session Restored

Your Amber wallet session could not be restored automatically, so you've been switched to read-only mode.
You can still browse and read content, but you'll need to reconnect Amber to publish or comment.

{/if}