diff --git a/mon-pix/app/components/authentication/signin-form.gjs b/mon-pix/app/components/authentication/signin-form.gjs index 3e498a56fe..537a2fb893 100644 --- a/mon-pix/app/components/authentication/signin-form.gjs +++ b/mon-pix/app/components/authentication/signin-form.gjs @@ -12,6 +12,8 @@ import { t } from 'ember-intl'; import get from 'lodash/get'; import ENV from 'mon-pix/config/environment'; +import PasswordChecklistInput from './password-checklist/password-checklist-input'; + export default class SigninForm extends Component { @service url; @service session; @@ -163,5 +165,8 @@ export default class SigninForm extends Component { {{t "pages.sign-in.actions.submit"}} + + <:label>{{t "pages.sign-in.fields.password.label"}} + }