Skip to content

Commit

Permalink
fix: corrigir SignInPage
Browse files Browse the repository at this point in the history
  • Loading branch information
wilcorrea committed Apr 19, 2024
1 parent 9a551e4 commit a3a64d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/view/pages/public/auth/SignInPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function SignInPage () {
<If condition={type === 'password'}>
<FormPassword
name="password"
value={value.password}
value={value.password as string}
update={update}
label={$t('fields.password.label')}
placeholder={$t('fields.password.placeholder')}
Expand Down

0 comments on commit a3a64d6

Please sign in to comment.