mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-09-23 17:56:07 +00:00
rename key file
This commit is contained in:
parent
8ff4046308
commit
1879cd18f5
@ -80,7 +80,7 @@ const SignupDialog: React.FC<SignupDialogProps> = ({ isOpen, onClose, onComplete
|
|||||||
const url = globalThis.URL.createObjectURL(blob);
|
const url = globalThis.URL.createObjectURL(blob);
|
||||||
|
|
||||||
// Sanitize filename
|
// Sanitize filename
|
||||||
const filename = sanitizeFilename('secret-key.txt');
|
const filename = sanitizeFilename('nostr-nsec-key.txt');
|
||||||
|
|
||||||
// Create a temporary link element and trigger download
|
// Create a temporary link element and trigger download
|
||||||
const a = document.createElement('a');
|
const a = document.createElement('a');
|
||||||
@ -501,7 +501,7 @@ const SignupDialog: React.FC<SignupDialogProps> = ({ isOpen, onClose, onComplete
|
|||||||
Download as File
|
Download as File
|
||||||
</div>
|
</div>
|
||||||
<div className='text-xs text-muted-foreground'>
|
<div className='text-xs text-muted-foreground'>
|
||||||
Save as secret-key.txt file
|
Save as nostr-nsec-key.txt file
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{keySecured === 'downloaded' && (
|
{keySecured === 'downloaded' && (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user