Explorar el Código

[profiles] Hide archivebox password

Colin Powell hace 1 año
padre
commit
b4a7cafa3d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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",
     )