From 961f3b7ec5bf5b5b2966e140201cf7728f056885 Mon Sep 17 00:00:00 2001 From: Phan Huy Tran Date: Wed, 14 May 2025 08:59:56 +0200 Subject: [PATCH] feat: import mailer during runtime and compiling, remove duplicated games section --- backend/build.gradle.kts | 2 +- .../src/app/feature/home/home.component.html | 29 +------------------ 2 files changed, 2 insertions(+), 29 deletions(-) diff --git a/backend/build.gradle.kts b/backend/build.gradle.kts index 2c735c4..8328cf7 100644 --- a/backend/build.gradle.kts +++ b/backend/build.gradle.kts @@ -54,7 +54,7 @@ dependencies { implementation("io.jsonwebtoken:jjwt-api:0.11.5") runtimeOnly("io.jsonwebtoken:jjwt-impl:0.11.5") runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5") - compileOnly("org.springframework.boot:spring-boot-starter-mail") + implementation("org.springframework.boot:spring-boot-starter-mail") } tasks.withType { diff --git a/frontend/src/app/feature/home/home.component.html b/frontend/src/app/feature/home/home.component.html index dc8ee59..73a67e8 100644 --- a/frontend/src/app/feature/home/home.component.html +++ b/frontend/src/app/feature/home/home.component.html @@ -7,7 +7,7 @@
-

Beliebte Spiele

+

Alle Spiele

- -
-

Alle Spiele

-
-
-
- -
-
-

{{ game.name }}

- -
-
-
-
-
-