Skip to content
Snippets Groups Projects
Verified Commit b17afb18 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add required attributes.

parent 0c578c91
No related branches found
No related tags found
1 merge request!59Resolve "2FA"
......@@ -4,7 +4,7 @@ from otp_yubikey.models import ValidationService
def create_validation_service(apps, schema_editor):
ValidationService.objects.create(
name='default', use_ssl=True
name='default', use_ssl=True, param_sl='', param_timeout=''
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment