From d049048206dfbf5b9d95ab954b0957e3f43e491c Mon Sep 17 00:00:00 2001 From: csimonis Date: Thu, 15 May 2025 12:34:28 +0200 Subject: [PATCH] style: format HTML and TypeScript files for consistency --- .../feature/auth/login/login.component.html | 20 +++++------ .../recover-password.component.html | 28 ++++++++++----- .../recover-password.component.ts | 36 ++++++++++--------- frontend/src/app/service/auth.service.ts | 4 +-- 4 files changed, 51 insertions(+), 37 deletions(-) diff --git a/frontend/src/app/feature/auth/login/login.component.html b/frontend/src/app/feature/auth/login/login.component.html index dba76b2..04afd42 100644 --- a/frontend/src/app/feature/auth/login/login.component.html +++ b/frontend/src/app/feature/auth/login/login.component.html @@ -84,16 +84,16 @@
-

- Passwort vergessen? - -

-
+

+ Passwort vergessen? + +

+

diff --git a/frontend/src/app/feature/auth/recover-password/recover-password.component.html b/frontend/src/app/feature/auth/recover-password/recover-password.component.html index 5879f3d..8dccc09 100644 --- a/frontend/src/app/feature/auth/recover-password/recover-password.component.html +++ b/frontend/src/app/feature/auth/recover-password/recover-password.component.html @@ -22,7 +22,11 @@

@if (errorMessage()) { @@ -42,10 +46,11 @@

- Gib deine E-Mail-Adresse ein, und wir senden dir einen Link zum Zurücksetzen deines Passworts. + Gib deine E-Mail-Adresse ein, und wir senden dir einen Link zum Zurücksetzen deines + Passworts.

- +