cleanup account
This commit is contained in:
parent
9ee44f1d78
commit
f5eb81e8e6
|
@ -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…
Reference in New Issue