flows: add invalidation designation, use as default logout action
This commit is contained in:
		| @ -18,6 +18,7 @@ class FlowDesignation(models.TextChoices): | ||||
|     ENROLLMENT = "enrollment" | ||||
|     RECOVERY = "recovery" | ||||
|     PASSWORD_CHANGE = "password_change"  # nosec # noqa | ||||
|     INVALIDATION = "invalidation" | ||||
|  | ||||
|  | ||||
| class Stage(UUIDModel): | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer