mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 03:11:07 +00:00
decodeURIComponent email (#5397)
This commit is contained in:
@@ -24,7 +24,8 @@ class OrgUserOwnedRepos extends Component {
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
seafileAPI.orgAdminGetOrgUserOwnedRepos(orgID, this.props.email).then((res) => {
|
||||
const email = decodeURIComponent(this.props.email);
|
||||
seafileAPI.orgAdminGetOrgUserOwnedRepos(orgID, email).then((res) => {
|
||||
this.setState(Object.assign({
|
||||
loading: false
|
||||
}, res.data));
|
||||
|
Reference in New Issue
Block a user