Fix JavaDoc for formLogin in ServerHttpSecurity

This commit is contained in:
Eleftheria Stein 2019-07-18 06:23:04 -04:00
parent dc2705189f
commit b153d92b23
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ public class ServerHttpSecurity {
* // expect a log in page at "/authenticate" * // expect a log in page at "/authenticate"
* // a POST "/authenticate" is where authentication occurs * // a POST "/authenticate" is where authentication occurs
* // error page at "/authenticate?error" * // error page at "/authenticate?error"
* .formLogin("/authenticate"); * .loginPage("/authenticate");
* return http.build(); * return http.build();
* } * }
* </pre> * </pre>