Skip to content

Commit 4628c79

Browse files
committed
Fix JPA config of sample SPA app
1 parent 72036f0 commit 4628c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/spa/src/main/java/com/webauthn4j/springframework/security/webauthn/sample/domain/entity/AuthenticatorEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class AuthenticatorEntity implements WebAuthnAuthenticator {
6262
})
6363
@Converts({
6464
@Convert(converter = AAGUIDConverter.class, attributeName = "aaguid"),
65-
@Convert(converter = COSEKeyConverter.class, attributeName = "cose_key")
65+
@Convert(converter = COSEKeyConverter.class, attributeName = "coseKey")
6666
})
6767
private AttestedCredentialData attestedCredentialData;
6868

0 commit comments

Comments
 (0)