Fix: correct serializing of auth tokens for export (#8100)

This commit is contained in:
shamoon
2024-10-29 10:02:32 -07:00
committed by GitHub
parent 3af3484a00
commit aac04e73b9
4 changed files with 26 additions and 14 deletions

View File

@@ -108,13 +108,6 @@ class CryptMixin:
"token_secret",
],
},
{
"exporter_key": "auth_tokens",
"model_name": "authtoken.token",
"fields": [
"key",
],
},
]
def get_crypt_params(self) -> dict[str, dict[str, str | int]]: