Login with NSEC and HEX private key formats. Proper errors. #66
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "issue-45"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -310,1 +326,3 @@
toast.error('Invalid Input!')
// Check if maybe hex nsec
try {
// const privateKey = nip19.decode(inputValue).data as Uint8Array
Please remove not used code
@ -330,3 +359,3 @@
<TextField
onKeyDown={handleInputKeyDown}
label="nip05 login / nip46 bunker string / nsec"
label="nip05 login / nip46 bunker string"
Shouldn't
nsec
be one of the options?@b said that we should not display it so we do not encourage users to use it. But it is visible in the error message if user types in something wrong.