|
|
|
@ -132,7 +132,7 @@ class RealNameCertificationModal extends Component{
|
|
|
|
|
multiple: true,
|
|
|
|
|
showUploadList: false,
|
|
|
|
|
// https://newweb.educoder.net
|
|
|
|
|
action: `/api/users/accounts/${this.props.current_user.login}/auth_attachment.json`,
|
|
|
|
|
action: this.props.current_user ? `/api/users/accounts/${this.props.current_user.login}/auth_attachment.json` : '',
|
|
|
|
|
className: 'idPic-uploader',
|
|
|
|
|
onChange: this.handleChange2,
|
|
|
|
|
};
|
|
|
|
|