Skip to content

Commit

Permalink
patch bceid-business for login
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed May 24, 2022
1 parent d9dea79 commit 35669e5
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 35669e5

Please sign in to comment.