Skip to content

Commit

Permalink
👻 Revert "🐛 sso-actions-toggle: Adding onBlur event" (#1792)
Browse files Browse the repository at this point in the history
Reverts #1766
This PR breaks logout and needs to be reverted.

Signed-off-by: Ian Bolton <[email protected]>
  • Loading branch information
ibolton336 authored Mar 21, 2024
1 parent f9daef3 commit 36d128e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/app/layout/HeaderApp/SSOMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export const SSOMenu: React.FC = () => {
ref={toggleRef}
id="sso-actions-toggle"
onClick={() => onDropdownToggle(!isDropdownOpen)}
onBlur={() => onDropdownToggle(false)}
>
{(keycloak?.idTokenParsed as any)?.["preferred_username"] ??
"DefaultUsername"}
Expand Down

0 comments on commit 36d128e

Please sign in to comment.