From f1de8db4f3f972f3f0665932f9c6d2275965371c Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 11 Feb 2022 17:18:37 +0700 Subject: [PATCH] hide API token by default --- tubearchivist/home/templates/home/settings.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tubearchivist/home/templates/home/settings.html b/tubearchivist/home/templates/home/settings.html index 7f41dd2..83829f3 100644 --- a/tubearchivist/home/templates/home/settings.html +++ b/tubearchivist/home/templates/home/settings.html @@ -117,8 +117,10 @@

Integrations

-

API token:

-

{{ api_token }}

+

API token:

+
+

{{ api_token }}

+

Integrate with returnyoutubedislike.com to get dislikes and average ratings back: {{ config.downloads.integrate_ryd }}