From b4a7cafa3d893ac75f93d6fa44bc4fd27644eef7 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sat, 13 Apr 2024 00:40:00 -0400 Subject: [PATCH] [profiles] Hide archivebox password --- vrobbler/apps/profiles/admin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vrobbler/apps/profiles/admin.py b/vrobbler/apps/profiles/admin.py index 6661efb..0b20781 100644 --- a/vrobbler/apps/profiles/admin.py +++ b/vrobbler/apps/profiles/admin.py @@ -11,4 +11,5 @@ class UserProfileAdmin(admin.ModelAdmin): "twitch_token", "twitch_client_secret", "lastfm_password", + "archivebox_password", )