Skip to content

Commit

Permalink
Password visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Finn1234567890 committed Jun 6, 2024
1 parent eb0d7be commit 700d241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/login-form/login-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useSubmitPassword } from '~/global'
import { Logo } from '~/icons/logos'

export const LoginForm = component$(() => {
const passwordVisible = useSignal(true)
const passwordVisible = useSignal(false)
const submitAction = useSubmitPassword()

const togglePasswordVisibility = $(() => {
Expand Down

0 comments on commit 700d241

Please sign in to comment.