[profiles] Remove paswords from admin

This commit is contained in:
2025-07-06 11:26:38 -04:00
parent 92c4f91e5a
commit dd54a33159

View File

@ -11,6 +11,8 @@ class UserProfileAdmin(admin.ModelAdmin):
"twitch_token", "twitch_token",
"twitch_client_secret", "twitch_client_secret",
"lastfm_password", "lastfm_password",
"webdav_pass",
"imap_pass",
"archivebox_password", "archivebox_password",
"todoist_auth_key", "todoist_auth_key",
"todoist_state", "todoist_state",