소스 검색

[profiles] Hide archivebox password

Colin Powell 1 년 전
부모
커밋
b4a7cafa3d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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",
     )