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>
|
<Typography variant="h4">Welcome to Sigit</Typography>
|
||||||
<TextField
|
<TextField
|
||||||
onKeyDown={handleInputKeyDown}
|
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}
|
value={inputValue}
|
||||||
onChange={(e) => setInputValue(e.target.value)}
|
onChange={(e) => setInputValue(e.target.value)}
|
||||||
sx={{ width: '100%', mt: 2 }}
|
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.