mirror of
https://github.com/casdoor/casdoor.git
synced 2025-09-10 02:12:55 +08:00
Fix avatar cannot show issue
This commit is contained in:
@@ -270,7 +270,7 @@ class UserListPage extends BaseListPage {
|
|||||||
render: (text, record, index) => {
|
render: (text, record, index) => {
|
||||||
return (
|
return (
|
||||||
<a target="_blank" rel="noreferrer" href={text}>
|
<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>
|
</a>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user