events: rename token_view to secret_view

This commit is contained in:
Jens Langhammer
2021-02-09 18:18:36 +01:00
parent f8bcdb26b3
commit 71c9108f89
6 changed files with 137 additions and 9 deletions

View File

@ -42,7 +42,7 @@ class EventAction(models.TextChoices):
SUSPICIOUS_REQUEST = "suspicious_request"
PASSWORD_SET = "password_set" # noqa # nosec
TOKEN_VIEW = "token_view" # nosec
SECRET_VIEW = "secret_view" # noqa # nosec
INVITE_USED = "invitation_used"