From 3b212fb8bbc56090ffaaa42b72ff1b4228b05c90 Mon Sep 17 00:00:00 2001 From: Jottyfan Date: Sat, 22 Feb 2025 23:40:37 +0100 Subject: [PATCH] added logout button --- build.gradle | 2 +- src/main/resources/templates/template.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b0833a7..f4964ca 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { apply plugin: 'io.spring.dependency-management' group = 'de.jottyfan' -version = '0.0.0' +version = '0.0.1' description = """JFileCloud""" diff --git a/src/main/resources/templates/template.html b/src/main/resources/templates/template.html index 2b66960..74156ae 100644 --- a/src/main/resources/templates/template.html +++ b/src/main/resources/templates/template.html @@ -33,6 +33,7 @@