Browse Source

[profiles] Hide archivebox password

Colin Powell 1 year ago
parent
commit
b4a7cafa3d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      vrobbler/apps/profiles/admin.py

+ 1 - 0
vrobbler/apps/profiles/admin.py

@@ -11,4 +11,5 @@ class UserProfileAdmin(admin.ModelAdmin):
         "twitch_token",
         "twitch_client_secret",
         "lastfm_password",
+        "archivebox_password",
     )