From 7553813376f94e3ae287de78efe413662cd8f967 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Fri, 28 Mar 2025 16:48:55 +0100 Subject: Adds bcrypt for token hashing --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index 0bf6019..8bb0e38 100644 --- a/templates/index.html +++ b/templates/index.html @@ -66,7 +66,7 @@ This ID can then be used to get the file by sending a GET request to /[resourceI If enabled on the server, the resource can be deleted by sending a DELETE request to /[resourceID]. Again if a token has been set on the server, use a X-Token header when sending the request. - {{ if ne . "" }} + {{ if . }} {{end}}

-- cgit v1.2.3