Skip to content
This repository was archived by the owner on Jan 25, 2025. It is now read-only.

Commit 3c82808

Browse files
fix: username value
1 parent a90ae9c commit 3c82808

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/App/Vault/Forms/Login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ export const LoginForm = (props: LoginFormProps) => {
502502
<Input
503503
id="username"
504504
variant="filled"
505-
value={username?.length}
505+
value={username || undefined }
506506
onChange={(event) =>
507507
setUsername(
508508
event.target.value

0 commit comments

Comments
 (0)