From 995a890bde708f597dae93716906a975bfb858d5 Mon Sep 17 00:00:00 2001 From: LEGO Technix <109212476+lego-technix@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:26:02 +0200 Subject: [PATCH] feat(mon-pix): use new component authentication/other-means --- mon-pix/app/components/authentication/signin-form.gjs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mon-pix/app/components/authentication/signin-form.gjs b/mon-pix/app/components/authentication/signin-form.gjs index 3e498a56fe5..5638514ac53 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 OtherMeans from './other-means'; + export default class SigninForm extends Component { @service url; @service session; @@ -163,5 +165,7 @@ export default class SigninForm extends Component { {{t "pages.sign-in.actions.submit"}} + + }