Skip to content

Commit

Permalink
Catch up WebAuthn4J update
Browse files Browse the repository at this point in the history
  • Loading branch information
ynojima committed Apr 27, 2024
1 parent 2fcd04e commit 3f53790
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public void validate_test() {
null
);

AuthenticatorAttestationResponse registrationRequest = clientPlatform.create(credentialCreationOptions).getAuthenticatorResponse();
AuthenticatorAttestationResponse registrationRequest = clientPlatform.create(credentialCreationOptions).getResponse();

MockHttpServletRequest mockHttpServletRequest = new MockHttpServletRequest();
mockHttpServletRequest.setScheme("https");
Expand Down

0 comments on commit 3f53790

Please sign in to comment.