Skip to content

Commit

Permalink
IDIR Fix hint, unsure why it wasn't in last build
Browse files Browse the repository at this point in the history
  • Loading branch information
acoard-aot committed Jul 28, 2023
1 parent 49c2a8b commit 1933a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/app/components/login/LoginDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ export const LoginDropdown = (title:string,width_override?:number) =>{
{extraQueryParams:{'kc_idp_hint':'bcsc'}})}>
BC Services Card
</Dropdown.Item>
{/* <Dropdown.Divider/>
<Dropdown.Divider/>
<Dropdown.Item as="button" id="login-button-idir" onClick={() => auth.signinRedirect(
{extraQueryParams:{'kc_idp_hint':'idir'}})}>
IDIR
</Dropdown.Item> */}
</Dropdown.Item>
</Dropdown.Menu>
</Dropdown>
)
Expand Down

0 comments on commit 1933a5a

Please sign in to comment.