mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Filter password_confirm for sentry
This commit is contained in:
parent
65ed47ff43
commit
0dc4efdca1
@ -180,6 +180,7 @@ let Form = React.createClass({
|
||||
// sentry shouldn't post the user's password
|
||||
if (formData.password) {
|
||||
delete formData.password;
|
||||
delete formData.password_confirm;
|
||||
}
|
||||
|
||||
console.logGlobal(err, formData);
|
||||
|
Loading…
Reference in New Issue
Block a user