Skip to content

Commit

Permalink
Update extensions/security-webauthn/runtime/src/main/java/io/quarkus/…
Browse files Browse the repository at this point in the history
…security/webauthn/WebAuthnUserProvider.java

Co-authored-by: Sergey Beryozkin <[email protected]>
  • Loading branch information
FroMage and sberyozkin authored Nov 22, 2024
1 parent 7cc4fb0 commit 04c3c45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public default Uni<Void> update(String credentialId, long counter) {
}

/**
* Store a new WebAuthn credential. This is only used by the default registration enpdoint, which
* Store a new WebAuthn credential. This is only used by the default registration endpoint, which
* is disabled by default and can be enabled via the <code>quarkus.webauthn.enable-registration-endpoint</code>.
* You don't have to implement this method if you handle registration manually via
* {@link WebAuthnSecurity#register(WebAuthnRegisterResponse, io.vertx.ext.web.RoutingContext)}
Expand Down

0 comments on commit 04c3c45

Please sign in to comment.