From 6e2027d8a498108d84dae57abdbf42a272bb6526 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Anders=20H=C3=B8vik?= <andehovi@stud.ntnu.no>
Date: Tue, 23 Apr 2024 11:57:34 +0200
Subject: [PATCH] Changed to dynamic username in userProfile

---
 src/components/UserProfile/UserProfileLayout.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/UserProfile/UserProfileLayout.vue b/src/components/UserProfile/UserProfileLayout.vue
index db2c4bc..8d761b1 100644
--- a/src/components/UserProfile/UserProfileLayout.vue
+++ b/src/components/UserProfile/UserProfileLayout.vue
@@ -37,7 +37,7 @@ function toUpdateUserSettings() {
               </button>
             </div>
             <div class="ms-3" style="margin-top: 130px;">
-              <h1>Andy Horwitz</h1>
+              <h1>{{useUserInfoStore().firstname}}</h1>
             </div>
           </div>
           <div class="p-4 text-black" style="background-color: #f8f9fa;">
-- 
GitLab