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 authored and bpetetot committed Oct 8, 2024
1 parent fd56418 commit 1716c12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 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 PasswordInput from './password-input';

export default class SigninForm extends Component {
@service url;
@service session;
Expand Down Expand Up @@ -163,5 +165,7 @@ export default class SigninForm extends Component {
{{t "pages.sign-in.actions.submit"}}
</PixButton>
</form>

<PasswordInput {{on "input" this.updatePassword}} required />
</template>
}

0 comments on commit 1716c12

Please sign in to comment.