Skip to content

Commit

Permalink
default to nip07
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl committed Dec 23, 2024
1 parent 5525a6d commit 2063894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/settings/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export default function Settings ({ ssrData }) {
noReferralLinks: settings?.noReferralLinks,
proxyReceive: settings?.proxyReceive,
directReceive: settings?.directReceive,
signerType: settings?.signerType,
signerType: settings?.signerType || 'nip07',
signer: settings?.signer
}}
schema={settingsSchema}
Expand Down

0 comments on commit 2063894

Please sign in to comment.