Fix indentation of user-details-service.adoc

Issue gh-7801
This commit is contained in:
Rob Winch 2020-01-13 15:46:50 -06:00
parent 2e2974fc13
commit c4a0ed0db5
1 changed files with 1 additions and 1 deletions

View File

@ -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`: