cleanup account

This commit is contained in:
eugenp 2014-12-27 16:57:10 +02:00
parent 9ee44f1d78
commit f5eb81e8e6
2 changed files with 1 additions and 2 deletions

View File

@ -49,7 +49,6 @@ public class VerificationToken {
this.expiryDate = calculateExpiryDate(EXPIRATION); this.expiryDate = calculateExpiryDate(EXPIRATION);
} }
public String getToken() { public String getToken() {
return token; return token;
} }

View File

@ -26,7 +26,7 @@ public class SecSecurityConfig {
BCryptPasswordEncoder encoder = new BCryptPasswordEncoder(11); BCryptPasswordEncoder encoder = new BCryptPasswordEncoder(11);
return encoder; return encoder;
} }
@Bean @Bean
public DaoAuthenticationProvider authProvider() { public DaoAuthenticationProvider authProvider() {
DaoAuthenticationProvider authProvider = new DaoAuthenticationProvider(); DaoAuthenticationProvider authProvider = new DaoAuthenticationProvider();