Browse Source

Fix typo in passkeys.adoc

Signed-off-by: Peter Potrowl <peter.potrowl@gmail.com>
pull/18122/merge
Peter Potrowl 4 weeks ago committed by Rob Winch
parent
commit
f1793f5047
  1. 2
      docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc

2
docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc

@ -39,7 +39,7 @@ Gradle:: @@ -39,7 +39,7 @@ Gradle::
+
[source,groovy,role="secondary",subs="verbatim,attributes"]
----
depenendencies {
dependencies {
implementation "org.springframework.security:spring-security-web"
implementation "com.webauthn4j:webauthn4j-core:{webauthn4j-core-version}"
}

Loading…
Cancel
Save