needed for mail server

main
alex 2024-02-08 23:45:48 +01:00
parent 669643c20d
commit 7a78649010
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ export async function SignUp(req: Request, res: Response) {
calendar_max_future_booking_days: CALENDAR_MAX_FUTURE_BOOKING_DAYS, calendar_max_future_booking_days: CALENDAR_MAX_FUTURE_BOOKING_DAYS,
calendar_min_earliest_booking_time: CALENDAR_MIN_EARLIEST_BOOKING_TIME, calendar_min_earliest_booking_time: CALENDAR_MIN_EARLIEST_BOOKING_TIME,
calendar_max_service_duration: CALENDAR_MAX_SERVICE_DURATION, calendar_max_service_duration: CALENDAR_MAX_SERVICE_DURATION,
address: "",
}) })
.then(async (store) => { .then(async (store) => {
// create user // create user