Fix: make mail account password and refresh token text fields (#8107)

This commit is contained in:
shamoon
2024-10-29 21:54:47 -07:00
committed by GitHub
parent d8cfed5f5e
commit 159344f033
3 changed files with 34 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ class TestMigrateWorkflow(TestMigrations):
dependencies = (
(
"paperless_mail",
"0027_mailaccount_expiration_mailaccount_account_type_and_more",
"0028_alter_mailaccount_password_and_more",
),
)