From 58355ceffd3089a6d2c5775f5f5c93bb394ad2e9 Mon Sep 17 00:00:00 2001 From: kontrollanten <6680299+kontrollanten@users.noreply.github.com> Date: Sat, 1 Feb 2025 22:09:51 +0100 Subject: [PATCH] Divide login flow into two steps related to #6858 --- client/src/app/+login/login.component.html | 21 +++++++----- client/src/app/+login/login.component.ts | 38 ++++++++++++++++++++-- 2 files changed, 47 insertions(+), 12 deletions(-) diff --git a/client/src/app/+login/login.component.html b/client/src/app/+login/login.component.html index 41719d86b45..f00dd9c794e 100644 --- a/client/src/app/+login/login.component.html +++ b/client/src/app/+login/login.component.html @@ -42,13 +42,15 @@
+ Enter your email address or username +
+ Enter password for {{ form.controls.username.value }} (change) +