mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-18 22:11:14 +00:00
fix: missing schoolName & healthInsurance variables
This commit is contained in:
parent
3a498caeef
commit
40562cbd67
1 changed files with 3 additions and 1 deletions
|
|
@ -18,7 +18,9 @@ export const load: PageServerLoad = async ({ fetch, params }) => {
|
|||
email: '',
|
||||
sex: '',
|
||||
study: '',
|
||||
personalIdNumber: ''
|
||||
personalIdNumber: '',
|
||||
schoolName: '',
|
||||
healthInsurance: ''
|
||||
},
|
||||
parents: []
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue