fix: missing schoolName & healthInsurance variables

This commit is contained in:
Sebastian Pravda 2023-01-14 11:16:53 +01:00
parent 3a498caeef
commit 40562cbd67
No known key found for this signature in database
GPG key ID: F3BC84F08EFA3F57

View file

@ -18,7 +18,9 @@ export const load: PageServerLoad = async ({ fetch, params }) => {
email: '',
sex: '',
study: '',
personalIdNumber: ''
personalIdNumber: '',
schoolName: '',
healthInsurance: ''
},
parents: []
};