needed for mail server
parent
669643c20d
commit
7a78649010
|
@ -114,6 +114,7 @@ export async function SignUp(req: Request, res: Response) {
|
|||
calendar_max_future_booking_days: CALENDAR_MAX_FUTURE_BOOKING_DAYS,
|
||||
calendar_min_earliest_booking_time: CALENDAR_MIN_EARLIEST_BOOKING_TIME,
|
||||
calendar_max_service_duration: CALENDAR_MAX_SERVICE_DURATION,
|
||||
address: "",
|
||||
})
|
||||
.then(async (store) => {
|
||||
// create user
|
||||
|
|
Loading…
Reference in New Issue