Skip to content

Commit

Permalink
Fix self-registration (#5935)
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli authored Mar 31, 2024
1 parent 7adc545 commit 93ea121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/volto/news/5935.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix self-registration form. @davisagli
2 changes: 1 addition & 1 deletion packages/volto/src/components/theme/Register/Register.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class Register extends Component {
this.props.createUser({
fullname: data.fullname,
email: data.email,
password: data.password,
sendPasswordReset: true,
});
this.setState({
error: null,
Expand Down

0 comments on commit 93ea121

Please sign in to comment.