Skip to content

Commit

Permalink
nostr account created correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ghobs91 committed Apr 18, 2024
1 parent c35093f commit 767a5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/vibe-tag.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { bytesToHex } from '@noble/hashes/utils';
import { Relay } from 'nostr-tools/relay';


if (!localStorage.getItem(nostrUserSecret)) {
if (!localStorage.getItem('nostrUserSecret')) {
createNostrUser();
}

Expand Down

0 comments on commit 767a5ef

Please sign in to comment.