From 5350d04ba58e71cff4a1b018bc674b6fddc4661c Mon Sep 17 00:00:00 2001 From: kqjy Date: Fri, 21 Nov 2025 23:04:56 +0800 Subject: [PATCH] Add missing CSRF token in connections.html --- app/version.py | 2 +- templates/connections.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/version.py b/app/version.py index 122431b..bda6952 100644 --- a/app/version.py +++ b/app/version.py @@ -1,7 +1,7 @@ """Central location for the application version string.""" from __future__ import annotations -APP_VERSION = "0.1.0b2" +APP_VERSION = "0.1.1" def get_version() -> str: diff --git a/templates/connections.html b/templates/connections.html index fbe5175..93e7e1e 100644 --- a/templates/connections.html +++ b/templates/connections.html @@ -18,6 +18,7 @@
+
@@ -71,6 +72,7 @@ {{ conn.access_key }} +