From 329be65d1a8e3daa1939087a359fd403d699c6ef Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Mon, 5 Feb 2024 07:18:31 +0100 Subject: feat: forbid access to report if not logged in --- src/main/resources/templates/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/resources/templates') diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index c8b0ea5..3951f66 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -53,7 +53,8 @@ [[ ${request.type} ]] [[ ${request.uuid} ]] - [[ ${request.uuid} ]] + [[ ${request.uuid} ]] + [[ ${request.uuid} ]] -- cgit v1.2.3