Skip to content

Commit

Permalink
remove accidental vendor lock in
Browse files Browse the repository at this point in the history
  • Loading branch information
chakany committed Mar 23, 2024
1 parent 52f9645 commit 8aa3f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/settings/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
class="input !border-accent-gray !border-2 flex flex-wrap text-wrap break-all"
>
{#if showPrivkey}
{nip19.npubEncode(sk)}
{nip19.nsecEncode(sk)}
{:else}
Click to show your private key
{/if}
Expand Down

0 comments on commit 8aa3f84

Please sign in to comment.