fix(auth): chage attestation type to none
This commit is contained in:
parent
09ecf9262a
commit
f69073ba02
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export class GenerateAuthenticatorRegistrationOptions implements UseCaseInterfac
|
|||
rpName: this.relyingPartyName,
|
||||
userID: userUuid.value,
|
||||
userName: username.value,
|
||||
attestationType: 'direct',
|
||||
attestationType: 'none',
|
||||
authenticatorSelection: {
|
||||
authenticatorAttachment: 'cross-platform',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue