From 9c793bad1b9a83e2dd0edf1469c3155af6247021 Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Fri, 12 Jun 2026 01:41:23 +0500 Subject: [PATCH] =?UTF-8?q?fix:=20align=20frontend=20types=20and=20forms?= =?UTF-8?q?=20with=20api=5Fyal=20backend=20(name=E2=86=92first=5Fname+last?= =?UTF-8?q?=5Fname,=20token=E2=86=92access=5Ftoken)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/components/layout/YalHeader.vue | 7 ++- .../yalarba-nuxt/app/composables/useAuth.ts | 5 +- .../yalarba-nuxt/app/pages/auth/register.vue | 47 ++++++++++--------- .../yalarba-nuxt/app/pages/profile/index.vue | 9 ++-- .../yalarba/yalarba-nuxt/app/stores/auth.ts | 17 +++---- .../yalarba/yalarba-nuxt/app/types/index.ts | 24 ++++++---- opencode.json | 1 + 7 files changed, 61 insertions(+), 49 deletions(-) diff --git a/main_dc/yalarba/yalarba-nuxt/app/components/layout/YalHeader.vue b/main_dc/yalarba/yalarba-nuxt/app/components/layout/YalHeader.vue index c4f5f8e..53f7ee3 100644 --- a/main_dc/yalarba/yalarba-nuxt/app/components/layout/YalHeader.vue +++ b/main_dc/yalarba/yalarba-nuxt/app/components/layout/YalHeader.vue @@ -31,8 +31,7 @@ {{ notifCount }} - - {{ userInitials }} + {{ userInitials }}