From af5a8bc452647f142249efface99b327dc34770b Mon Sep 17 00:00:00 2001 From: Stavros Date: Tue, 3 Mar 2026 22:46:05 +0200 Subject: [PATCH] fix: handle empty client name in authorize page --- frontend/src/pages/authorize-page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/authorize-page.tsx b/frontend/src/pages/authorize-page.tsx index 316620e..4bbb990 100644 --- a/frontend/src/pages/authorize-page.tsx +++ b/frontend/src/pages/authorize-page.tsx @@ -155,8 +155,8 @@ export const AuthorizePage = () => {
-
- {getClientInfo.data?.name.slice(0, 1)} +
+ {getClientInfo.data?.name.slice(0, 1) || "U"}
{t("authorizeCardTitle", {