From 27cfa1e925133eccf6e8743ba25a31d29f40b956 Mon Sep 17 00:00:00 2001 From: "Tizian.Breuch" Date: Mon, 8 Sep 2025 16:26:45 +0200 Subject: [PATCH] auth --- .../auth-layout/auth-layout.component.css | 13 +++++++ .../auth-layout/auth-layout.component.html | 20 +++++++++++ .../forgot-password.component.html | 23 +++++-------- .../components/login/login.component.html | 34 +++---------------- .../register/register.component.html | 2 -- 5 files changed, 46 insertions(+), 46 deletions(-) diff --git a/src/app/features/auth/components/auth-layout/auth-layout.component.css b/src/app/features/auth/components/auth-layout/auth-layout.component.css index 32e230d..090e40b 100644 --- a/src/app/features/auth/components/auth-layout/auth-layout.component.css +++ b/src/app/features/auth/components/auth-layout/auth-layout.component.css @@ -21,6 +21,19 @@ animation: fade-in 0.5s ease-out forwards; } +.auth-header { + text-align: center; + margin-bottom: 0.5rem; +} + +.auth-logo { + display: inline-block; + padding: 0.75rem; + background: var(--color-primary-gradient); + color: #fff; + border-radius: 50%; +} + @keyframes fade-in { from { opacity: 0; diff --git a/src/app/features/auth/components/auth-layout/auth-layout.component.html b/src/app/features/auth/components/auth-layout/auth-layout.component.html index e79cc21..a5ef680 100644 --- a/src/app/features/auth/components/auth-layout/auth-layout.component.html +++ b/src/app/features/auth/components/auth-layout/auth-layout.component.html @@ -1,5 +1,25 @@
+
+ +
+ +
diff --git a/src/app/features/auth/components/forgot-password/forgot-password.component.html b/src/app/features/auth/components/forgot-password/forgot-password.component.html index 629df20..945255b 100644 --- a/src/app/features/auth/components/forgot-password/forgot-password.component.html +++ b/src/app/features/auth/components/forgot-password/forgot-password.component.html @@ -1,36 +1,29 @@ - +
+

Passwort vergessen?

+
+

- Geben Sie Ihre E-Mail-Adresse ein, und wir senden Ihnen einen Link zum Zurücksetzen Ihres Passworts. + Geben Sie Ihre E-Mail-Adresse ein. Wir senden Ihnen einen Link, mit dem Sie Ihr Passwort zurücksetzen können.

-
-
- +
-
-

Prüfen Sie Ihr Postfach

- Wenn ein Konto mit der E-Mail-Adresse {{ forgotPasswordForm.value.email }} existiert, haben wir soeben einen Link zum Zurücksetzen des Passworts dorthin gesendet. + Wenn ein Konto mit {{ forgotPasswordForm.value.email }} existiert, wurde ein Link versendet.

- \ No newline at end of file diff --git a/src/app/features/auth/components/login/login.component.html b/src/app/features/auth/components/login/login.component.html index 5a8300e..c8a5ade 100644 --- a/src/app/features/auth/components/login/login.component.html +++ b/src/app/features/auth/components/login/login.component.html @@ -1,60 +1,36 @@ +

Anmelden

-

Starten Sie, indem Sie Ihre Daten eingeben.

+

Bitte geben Sie Ihre Daten ein, um fortzufahren.

-
- -
- +
- -
- +
- - - - -
- oder -
+
oder
- - -
\ No newline at end of file diff --git a/src/app/features/auth/components/register/register.component.html b/src/app/features/auth/components/register/register.component.html index fb3586a..88edad2 100644 --- a/src/app/features/auth/components/register/register.component.html +++ b/src/app/features/auth/components/register/register.component.html @@ -4,7 +4,6 @@
-
@@ -23,7 +22,6 @@
-
Die Passwörter stimmen nicht überein.