- added aspect-ratio for bando hero image;
This commit is contained in:
@@ -23,6 +23,8 @@ import { Panel } from 'primereact/panel';
|
||||
import { Dialog } from 'primereact/dialog';
|
||||
import getDateFromISOstring from '../../helpers/getDateFromISOstring';
|
||||
|
||||
const APP_HUB_ID = process.env.REACT_APP_HUB_ID;
|
||||
|
||||
const Registration = () => {
|
||||
const token = useStore().main.token();
|
||||
const [loading, setLoading] = useState(false);
|
||||
@@ -47,7 +49,8 @@ const Registration = () => {
|
||||
setLoading(true);
|
||||
const newFormData = {
|
||||
...formData,
|
||||
dateOfBirth: originalDateOfBirth
|
||||
dateOfBirth: originalDateOfBirth,
|
||||
hubUuid: APP_HUB_ID
|
||||
}
|
||||
|
||||
AuthenticationService.registerUser(newFormData, regCallback, regError, [
|
||||
|
||||
Reference in New Issue
Block a user