Skip to content

Commit 17fb4d1

Browse files
franticticktickjzheaux
authored andcommitted
Fixed typo in WebAuthnDsl
Signed-off-by: Max Batischev <mblancer@mail.ru>
1 parent 352a6a0 commit 17fb4d1

File tree

1 file changed

+1
-1
lines changed
  • config/src/main/kotlin/org/springframework/security/config/annotation/web

1 file changed

+1
-1
lines changed

config/src/main/kotlin/org/springframework/security/config/annotation/web/WebAuthnDsl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import org.springframework.security.config.annotation.web.configurers.WebAuthnCo
2323
* A Kotlin DSL to configure [HttpSecurity] webauthn using idiomatic Kotlin code.
2424
* @property rpName the relying party name
2525
* @property rpId the relying party id
26-
* @property the allowed origins
26+
* @property allowedOrigins allowed origins
2727
* @property disableDefaultRegistrationPage disable default webauthn registration page
2828
* @since 6.4
2929
* @author Rob Winch

0 commit comments

Comments
 (0)