Skip to content

Commit

Permalink
providers/saml: fix incorrect migration for sign_response (goauthenti…
Browse files Browse the repository at this point in the history
…k#10975)

Signed-off-by: Jens Langhammer <[email protected]>
  • Loading branch information
BeryJu authored Aug 19, 2024
1 parent da05f7e commit 6a9dcde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name="samlprovider",
name="sign_response",
field=models.BooleanField(default=True),
field=models.BooleanField(default=False),
),
]

0 comments on commit 6a9dcde

Please sign in to comment.