mirror of
https://github.com/ascribe/onion.git
synced 2024-12-23 01:39:36 +01:00
advanced error logging for register piece
This commit is contained in:
parent
8868842817
commit
390e5d51e9
@ -91,7 +91,7 @@ let Form = React.createClass({
|
||||
}
|
||||
}
|
||||
else {
|
||||
console.logGlobal(err);
|
||||
console.logGlobal(err, false, this.getFormData());
|
||||
this.setState({errors: [getLangText('Something went wrong, please try again later')]});
|
||||
}
|
||||
this.setState({submitted: false});
|
||||
|
Loading…
Reference in New Issue
Block a user