cleanup account
This commit is contained in:
parent
9ee44f1d78
commit
f5eb81e8e6
spring-security-login-and-registration/src/main/java/org/baeldung
@ -49,7 +49,6 @@ public class VerificationToken {
|
||||
this.expiryDate = calculateExpiryDate(EXPIRATION);
|
||||
}
|
||||
|
||||
|
||||
public String getToken() {
|
||||
return token;
|
||||
}
|
||||
|
@ -26,7 +26,7 @@ public class SecSecurityConfig {
|
||||
BCryptPasswordEncoder encoder = new BCryptPasswordEncoder(11);
|
||||
return encoder;
|
||||
}
|
||||
|
||||
|
||||
@Bean
|
||||
public DaoAuthenticationProvider authProvider() {
|
||||
DaoAuthenticationProvider authProvider = new DaoAuthenticationProvider();
|
||||
|
Loading…
x
Reference in New Issue
Block a user