stages/password: fix configure_flow not being set on initial setup

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-05-07 14:08:43 +02:00
parent 7b0cda3a6a
commit 5e7521915a

View file

@ -86,7 +86,7 @@ def update_default_stage_change(apps: Apps, schema_editor: BaseDatabaseSchemaEdi
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
("authentik_flows", "0006_auto_20200629_0857"), ("authentik_flows", "0008_default_flows"),
("authentik_stages_password", "0001_initial"), ("authentik_stages_password", "0001_initial"),
("authentik_stages_prompt", "0001_initial"), ("authentik_stages_prompt", "0001_initial"),
("authentik_stages_user_write", "0001_initial"), ("authentik_stages_user_write", "0001_initial"),