Quellcode durchsuchen

[profiles] Hide archivebox password

Colin Powell vor 1 Jahr
Ursprung
Commit
b4a7cafa3d
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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",
     )