From 8b7e4657961455941508ac6725a5531c04704dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Sat, 3 Feb 2024 17:43:50 +0100 Subject: [PATCH] Edit userinfo --- templates/userActions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/userActions.html b/templates/userActions.html index 69bf580..1320120 100644 --- a/templates/userActions.html +++ b/templates/userActions.html @@ -50,7 +50,7 @@ const result = await doAccountAction(data, "User info retrieved Successfully!", "User info retrieval failed."); if (result && result.Status === "Success") { - displayUserInfo(result); + displayUserInfo(result.UserInfo); } }