From fe033499408e6bfdbe7a5bc9a9778454e529fc10 Mon Sep 17 00:00:00 2001 From: Mitch Miller Date: Mon, 9 Feb 2026 21:41:14 -0500 Subject: [PATCH] fix for displaying role info within the user profile --- src/app/core/auth/user-profile/user-profile.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/core/auth/user-profile/user-profile.component.html b/src/app/core/auth/user-profile/user-profile.component.html index bef085047..126a4a684 100644 --- a/src/app/core/auth/user-profile/user-profile.component.html +++ b/src/app/core/auth/user-profile/user-profile.component.html @@ -19,7 +19,7 @@

User Profile

- {{role}}{{!islast? ', ':''}} + {{role.role}}{{!islast? ', ':''}}