Skip to content

Commit

Permalink
fix(clerk-js): Add localization for password input in SignInFactorOne…
Browse files Browse the repository at this point in the history
…PasswordCard
  • Loading branch information
octoper committed Oct 18, 2023
1 parent 21f61ce commit cc099d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const usePasswordControl = (props: SignInFactorOnePasswordProps) => {
const passwordControl = useFormControl('password', '', {
type: 'password',
label: localizationKeys('formFieldLabel__password'),
placeholder: localizationKeys('formFieldInputPlaceholder__password'),
});

return {
Expand Down

0 comments on commit cc099d7

Please sign in to comment.