From 8768de424129b83437d60ef4ed96620febc2f222 Mon Sep 17 00:00:00 2001 From: mbremer Date: Tue, 31 Aug 2021 13:56:32 +0200 Subject: [PATCH] small improovements --- src/main/resources/application.properties | 2 +- src/main/resources/templates/user.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index c189b11..d6b3349 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -13,7 +13,7 @@ quarkus.flyway.migrate-at-start=true quarkus.http.auth.form.enabled=true #quarkus.http.auth.session.encryption-key=zHId14V+uiyxmbzhEPCyi7VvbaI80UeEO5yu0H/hVLs= # 24h -quarkus.http.auth.form.timeout=86400 +quarkus.http.auth.form.timeout=24H # Deployment quarkus.container-image.additional-tags= 1 diff --git a/src/main/resources/templates/user.html b/src/main/resources/templates/user.html index d777a00..c57a871 100644 --- a/src/main/resources/templates/user.html +++ b/src/main/resources/templates/user.html @@ -20,7 +20,7 @@ {user.username} - {user.room.name} + {user.room.name??} Edit