stages/authenticator_validate: add new class

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-10-12 13:13:31 +02:00
parent 15d7004e25
commit cc69311ec0
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ class Migration(migrations.Migration):
("totp", "TOTP"), ("totp", "TOTP"),
("webauthn", "WebAuthn"), ("webauthn", "WebAuthn"),
("duo", "Duo"), ("duo", "Duo"),
("sms", "SMS"),
] ]
), ),
default=authentik.stages.authenticator_validate.models.default_device_classes, default=authentik.stages.authenticator_validate.models.default_device_classes,