Merge branch 'master' into develop
This commit is contained in:
@@ -37,7 +37,9 @@ const Users = () => {
|
||||
password: '',
|
||||
confPassword: '',
|
||||
roleId: 0,
|
||||
codiceFiscale: ''
|
||||
codiceFiscale: '',
|
||||
privacy: true,
|
||||
terms: true
|
||||
});
|
||||
const [roles, setRoles] = useState([]);
|
||||
const toast = useRef(null);
|
||||
@@ -60,7 +62,9 @@ const Users = () => {
|
||||
password: '',
|
||||
confPassword: '',
|
||||
roleId: 0,
|
||||
codiceFiscale: ''
|
||||
codiceFiscale: '',
|
||||
privacy: true,
|
||||
terms: true
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user