Skip to content

Commit

Permalink
wip(mon-pix): use password checklist input in sign in form
Browse files Browse the repository at this point in the history
for test purposes
  • Loading branch information
er-lim committed Oct 7, 2024
1 parent e294704 commit 7aaeaab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mon-pix/app/components/authentication/signin-form.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -163,5 +165,8 @@ export default class SigninForm extends Component {
{{t "pages.sign-in.actions.submit"}}
</PixButton>
</form>
<PasswordChecklistInput name="instructions-password" {{on "input" this.updatePassword}} required>
<:label>{{t "pages.sign-in.fields.password.label"}}</:label>
</PasswordChecklistInput>
</template>
}

0 comments on commit 7aaeaab

Please sign in to comment.