Fix indentation of user-details-service.adoc
Issue gh-7801
This commit is contained in:
parent
2e2974fc13
commit
c4a0ed0db5
|
@ -1,5 +1,5 @@
|
|||
[[servlet-authentication-userdetailsservice]]
|
||||
== UserDetailsService
|
||||
= UserDetailsService
|
||||
|
||||
You can define custom authentication by exposing a custom `UserDetailsService` as a bean.
|
||||
For example, the following will customize authentication assuming that `SpringDataUserDetailsService` implements `UserDetailsService`:
|
||||
|
|
Loading…
Reference in New Issue