From cc69311ec0a110ab0e3a0781f173bcc726539b57 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 12 Oct 2021 13:13:31 +0200 Subject: [PATCH] stages/authenticator_validate: add new class Signed-off-by: Jens Langhammer --- .../0008_alter_authenticatorvalidatestage_device_classes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/authentik/stages/authenticator_validate/migrations/0008_alter_authenticatorvalidatestage_device_classes.py b/authentik/stages/authenticator_validate/migrations/0008_alter_authenticatorvalidatestage_device_classes.py index d33dadd44..b74b4b33d 100644 --- a/authentik/stages/authenticator_validate/migrations/0008_alter_authenticatorvalidatestage_device_classes.py +++ b/authentik/stages/authenticator_validate/migrations/0008_alter_authenticatorvalidatestage_device_classes.py @@ -23,6 +23,7 @@ class Migration(migrations.Migration): ("totp", "TOTP"), ("webauthn", "WebAuthn"), ("duo", "Duo"), + ("sms", "SMS"), ] ), default=authentik.stages.authenticator_validate.models.default_device_classes,