Skip to content

Commit

Permalink
feat(mon-pix): use new component authentication/other-means
Browse files Browse the repository at this point in the history
  • Loading branch information
lego-technix committed Oct 8, 2024
1 parent a9ae3bd commit 995a890
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 OtherMeans from './other-means';

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>

<OtherMeans />
</template>
}

0 comments on commit 995a890

Please sign in to comment.