mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-07-28 13:47:43 +02:00
remove uselss comment
This commit is contained in:
parent
3f14e77725
commit
ed551cec91
@ -49,7 +49,6 @@ public class JPATokenRepositoryImpl implements PersistentTokenRepository {
|
||||
@Transactional
|
||||
public void removeUserTokens(String username) {
|
||||
try {
|
||||
// Use either deleteByUsername or deleteAllUserTokens
|
||||
persistentLoginRepository.deleteByUsername(username);
|
||||
} catch (Exception e) {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user