Add missing delimiters
I missed three block delimiters while restoring admonition formatting.
This commit is contained in:
@@ -844,7 +844,9 @@ fun jwtDecoder(): ReactiveJwtDecoder {
|
||||
====
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
By default, Resource Server configures a clock skew of 60 seconds.
|
||||
====
|
||||
|
||||
[[webflux-oauth2resourceserver-validation-custom]]
|
||||
==== Configuring a Custom Validator
|
||||
|
||||
@@ -1101,6 +1101,7 @@ fun jwtDecoder(): JwtDecoder {
|
||||
====
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
By default, Resource Server configures a clock skew of 60 seconds.
|
||||
====
|
||||
|
||||
|
||||
Reference in New Issue
Block a user