put active as default at user creation

This commit is contained in:
Maren Süwer
2018-11-15 10:03:25 +01:00
parent 7eac499f5f
commit f742ecef93

View File

@@ -38,7 +38,7 @@ class UserForm extends React.Component<Props, State> {
mail: "", mail: "",
password: "", password: "",
admin: false, admin: false,
active: false, active: true,
_links: {} _links: {}
}, },
mailValidationError: false, mailValidationError: false,