Skip to content

Commit

Permalink
Merge pull request #396 from bcgov/dev
Browse files Browse the repository at this point in the history
patch bceid-business for login
  • Loading branch information
ikethecoder authored May 24, 2022
2 parents 8eea619 + 35669e5 commit 57f824c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/nextapp/components/login-buttons/login-buttons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ const LoginButtons: React.FC<LoginButtonsProps> = ({ buttons }) => {
</Button>
),
bceid: (
<Button as="a" variant="primary" href={buildUrl('bceid', router?.asPath)}>
<Button
as="a"
variant="primary"
href={buildUrl('bceid-business', router?.asPath)}
>
BCeID
</Button>
),
Expand Down

0 comments on commit 57f824c

Please sign in to comment.