mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +08:00
Fix avatar cannot show issue
This commit is contained in:
@ -270,7 +270,7 @@ class UserListPage extends BaseListPage {
|
||||
render: (text, record, index) => {
|
||||
return (
|
||||
<a target="_blank" rel="noreferrer" href={text}>
|
||||
<img src={text} alt={text} width={50} />
|
||||
<img referrerPolicy="no-referrer" src={text} alt={text} width={50} />
|
||||
</a>
|
||||
);
|
||||
},
|
||||
|
Reference in New Issue
Block a user