[profiles] Hide archivebox password

This commit is contained in:
2024-04-13 00:40:00 -04:00
parent aebe4f899d
commit b4a7cafa3d

View File

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