From e1935acdbf51ee184a123b9e73e98f8c0e83ed70 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 19 Sep 2024 15:29:22 +0200 Subject: [PATCH] Fix feed inputs accessibility --- client/src/app/+login/login.component.html | 2 +- .../my-account-applications.component.html | 4 ++-- client/src/app/shared/shared-forms/input-text.component.html | 2 +- client/src/app/shared/shared-forms/input-text.component.ts | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/client/src/app/+login/login.component.html b/client/src/app/+login/login.component.html index 23976221a..f31c785f0 100644 --- a/client/src/app/+login/login.component.html +++ b/client/src/app/+login/login.component.html @@ -69,7 +69,7 @@ diff --git a/client/src/app/+my-account/my-account-applications/my-account-applications.component.html b/client/src/app/+my-account/my-account-applications/my-account-applications.component.html index d1dc9bfb6..355048881 100644 --- a/client/src/app/+my-account/my-account-applications/my-account-applications.component.html +++ b/client/src/app/+my-account/my-account-applications/my-account-applications.component.html @@ -17,12 +17,12 @@
- +
- +
⚠️ Never share your feed token with anyone.
diff --git a/client/src/app/shared/shared-forms/input-text.component.html b/client/src/app/shared/shared-forms/input-text.component.html index f2a9139e5..4ea382bee 100644 --- a/client/src/app/shared/shared-forms/input-text.component.html +++ b/client/src/app/shared/shared-forms/input-text.component.html @@ -1,6 +1,6 @@