From 9636e1ad896aa6942a2bebd5d8a88088d683682c Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Sat, 3 Feb 2024 22:54:14 +0100 Subject: [PATCH] asd --- templates/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/dashboard.html b/templates/dashboard.html index be5642a..b5a1bf9 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -8,7 +8,7 @@ const result = await doAccountAction(data, null, null, true); if (result && result.Status === "Success") { - welcomeMsg.innerText = `Ahoj, ${UserInfo.FirstName}.`; + welcomeMsg.innerText = `Ahoj, ${result.UserInfo.FirstName}.`; } }