Skip to content

Commit

Permalink
Fix indentation error in mfa migration (#3338)
Browse files Browse the repository at this point in the history
  • Loading branch information
amickan authored May 2, 2024
1 parent 4fc74dc commit b76558c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/grandchallenge/profiles/migrations/0019_migrate_mfa.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def migrate_mfa(apps, schema_editor):
},
)
)
Authenticator.objects.bulk_create(authenticators)
Authenticator.objects.bulk_create(authenticators)


class Migration(migrations.Migration):
Expand Down

0 comments on commit b76558c

Please sign in to comment.