Login with NSEC and HEX private key formats. Proper errors. #66
@ -358,7 +358,7 @@ export const Login = () => {
|
||||
<Typography variant="h4">Welcome to Sigit</Typography>
|
||||
<TextField
|
||||
onKeyDown={handleInputKeyDown}
|
||||
label="nip05 login / nip46 bunker string / nsec / private key (hex)"
|
||||
label="nip05 login / nip46 bunker string"
|
||||
y marked this conversation as resolved
Outdated
|
||||
value={inputValue}
|
||||
onChange={(e) => setInputValue(e.target.value)}
|
||||
sx={{ width: '100%', mt: 2 }}
|
||||
|
Loading…
Reference in New Issue
Block a user
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.