Skip to content

Commit

Permalink
restore useProfilePicture (#2703)
Browse files Browse the repository at this point in the history
The hook is present; we're just missing the top-level export. It got
lost in the backporting of role-related work from #keycloak-ramsons onto
#keycloak-quesnelia.
  • Loading branch information
zburke authored Jun 10, 2024
1 parent c6484d8 commit 93d0d3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ export { default as useUserTenantPermissions } from './useUserTenantPermissions'
export { default as useUserTenantRoles } from './useUserTenantRoles';
export { default as useLocalizedCurrency } from './useLocalizedCurrency';
export { default as useAllRolesData } from './useAllRolesData';
export { default as useProfilePicture } from './useProfilePicture';

0 comments on commit 93d0d3a

Please sign in to comment.