fix
Some checks are pending
Docker image / build-and-push-image (push) Waiting to run

This commit is contained in:
Your Name 2024-12-02 21:09:54 -07:00
parent 44dc7bb615
commit 5ff8be68b8
2 changed files with 1 additions and 15 deletions

View File

@ -70,6 +70,7 @@ export default function LoginNsecView() {
accountService.addAccount(account);
accountService.switchAccount(account.pubkey);
navigate("/relays");
});
return (

View File

@ -91,9 +91,6 @@ export default function LoginStartView() {
Extension
</Button>
)}
<Button as={RouterLink} to="./address" state={location.state} w="full" colorScheme="blue" leftIcon={<AtIcon />}>
Nostr Address
</Button>
{SerialPortSigner.SUPPORTED && (
<ButtonGroup colorScheme="purple">
<Button onClick={signinWithSerial} leftIcon={<UsbFlashDrive boxSize={6} />} w="xs">
@ -160,18 +157,6 @@ export default function LoginStartView() {
<Key01 boxSize={12} />
Private key
</Button>
<Button
flexDirection="column"
h="auto"
p="4"
as={RouterLink}
to="./npub"
state={location.state}
variant="outline"
>
<Eye boxSize={12} />
Public key
</Button>
</Flex>
<Text fontWeight="bold" mt="4">
Don't have an account?