diff --git a/frontend/src/routes/(candidate)/(authenticated)/register/+page.svelte b/frontend/src/routes/(candidate)/(authenticated)/register/+page.svelte index 9f44d6f..96e9712 100644 --- a/frontend/src/routes/(candidate)/(authenticated)/register/+page.svelte +++ b/frontend/src/routes/(candidate)/(authenticated)/register/+page.svelte @@ -145,7 +145,7 @@ houseNumber: yup .string() .required() - .matches(/^[0-9]+(\/[0-9]+)?$/), + .matches(/^[0-9]+(\/[0-9]+([a-zA-Z]+)?)?$/), city: yup.string().required(), zip: yup.string().required(), letterAddress: yup.string(),