From 21b64e8d107424fdacc10adf4e2c5c7b370cf511 Mon Sep 17 00:00:00 2001 From: Supichai Pothong Date: Mon, 6 Nov 2023 16:30:38 +0700 Subject: [PATCH] [update] fixed name not showing on layout --- src/app/pages/@layouts/layouts.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/pages/@layouts/layouts.component.html b/src/app/pages/@layouts/layouts.component.html index ecb9e6b..e30d090 100644 --- a/src/app/pages/@layouts/layouts.component.html +++ b/src/app/pages/@layouts/layouts.component.html @@ -97,8 +97,8 @@
-
{{auth?.user_name_th || '-'}}
-
{{auth?.email || '-' }}
+
{{auth?.token.fullName || '-'}}
+
{{auth?.token.email || '-' }}