blueprints: fix mismatched user-login stage order (#7030)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
cb6dadbf94
commit
4a9b9a2d14
|
@ -132,5 +132,5 @@ entries:
|
||||||
- identifiers:
|
- identifiers:
|
||||||
target: !KeyOf flow
|
target: !KeyOf flow
|
||||||
stage: !KeyOf default-enrollment-user-login
|
stage: !KeyOf default-enrollment-user-login
|
||||||
order: 40
|
order: 100
|
||||||
model: authentik_flows.flowstagebinding
|
model: authentik_flows.flowstagebinding
|
||||||
|
|
Reference in New Issue