From 3626f8cb9743778085a31cff279cbf38eafaeea0 Mon Sep 17 00:00:00 2001 From: Cucumberrbob <128094686+Cucumberrbob@users.noreply.github.com> Date: Sat, 7 Jun 2025 17:54:20 +0100 Subject: [PATCH] make `for` attributes correspond to input `id`s on labels in signup/login forms --- client/src/app/login/login.component.html | 14 +++++++-- client/src/app/setup/setup.component.html | 35 +++++++++++++++++++---- 2 files changed, 40 insertions(+), 9 deletions(-) diff --git a/client/src/app/login/login.component.html b/client/src/app/login/login.component.html index 30fbfe8..7fe8ca7 100644 --- a/client/src/app/login/login.component.html +++ b/client/src/app/login/login.component.html @@ -7,13 +7,14 @@
- +
@@ -23,9 +24,16 @@
- +
- + diff --git a/client/src/app/setup/setup.component.html b/client/src/app/setup/setup.component.html index 6fe95e0..e71b18f 100644 --- a/client/src/app/setup/setup.component.html +++ b/client/src/app/setup/setup.component.html @@ -11,18 +11,33 @@
- +
- +
- +
- + @@ -81,9 +96,17 @@
- +
- +
@if (provider === 0) {