mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-02 19:04:14 +02:00
fix link for picture in avatar (#3066)
This commit is contained in:
parent
fd8ec0099e
commit
d1b0a4b1c0
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ const Header: FC<HeaderProps> = ({ includeSidebar, data }) => {
|
||||||
{userName && (
|
{userName && (
|
||||||
<>
|
<>
|
||||||
<IconButton color="inherit" onClick={handleMenuOpen}>
|
<IconButton color="inherit" onClick={handleMenuOpen}>
|
||||||
<Avatar name={userName} url={get(data, 'claims.picture', null)} />
|
<Avatar name={userName} url={get(data, 'user.claims.picture', null)} />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
<Menu
|
<Menu
|
||||||
onClose={handleMenuClose}
|
onClose={handleMenuClose}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue