From 66c6ed6944d41f3730b699fad4a97d0f3d2b12c9 Mon Sep 17 00:00:00 2001
From: Sid <93219711+SindreKjelsrud@users.noreply.github.com>
Date: Mon, 15 Jan 2024 14:05:26 +0100
Subject: [PATCH] :bug: set PHD to VGS

---
 frontend/src/routes/userform/+page.svelte | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/src/routes/userform/+page.svelte b/frontend/src/routes/userform/+page.svelte
index 202e4ec..b060e2c 100644
--- a/frontend/src/routes/userform/+page.svelte
+++ b/frontend/src/routes/userform/+page.svelte
@@ -8,7 +8,7 @@
 
 
     let age: string = "18-20"
-    let education: string = "PhD"
+    let education: string = "VGS"
     let healthcare_personnel: string = "Ja"
     let is_licensed: string = "Nei"
     let gender: string = "Mann"