|
@@ -70,7 +70,7 @@ def fido_setup():
|
|
|
challenge = secrets.token_urlsafe(32)
|
|
|
|
|
|
credential_create_options = webauthn.WebAuthnMakeCredentialOptions(
|
|
|
- challenge, 'Simple Login', RP_ID, fido_uuid,
|
|
|
+ challenge, 'SimpleLogin', RP_ID, fido_uuid,
|
|
|
current_user.email, current_user.name, False, attestation='none')
|
|
|
|
|
|
# Don't think this one should be used, but it's not configurable by arguments
|