stages/authenticator_validate: add configuration stage to configure Authenticator
This commit is contained in:
@ -24,7 +24,7 @@ class NotConfiguredAction(models.TextChoices):
|
||||
|
||||
SKIP = "skip"
|
||||
DENY = "deny"
|
||||
# CONFIGURE = "configure"
|
||||
CONFIGURE = "configure"
|
||||
|
||||
|
||||
class FlowDesignation(models.TextChoices):
|
||||
|
Reference in New Issue
Block a user