Merged 2.0.0-m3

This commit is contained in:
philipp
2018-11-21 10:37:42 +01:00
3 changed files with 6 additions and 3 deletions

View File

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