fixed typo
This commit is contained in:
@ -63,7 +63,7 @@ public class AccountControl {
|
||||
}
|
||||
|
||||
@Transactional
|
||||
// TODO add role names from application because only application can now how its roles are named
|
||||
// TODO add role names from application because only application can know how its roles are named
|
||||
public AccountEntity saveAccount(AccountEntity account, boolean isAdmin) {
|
||||
Date now = new Date(); // Todo now in UTC
|
||||
Subject currentUser = SecurityUtils.getSubject();
|
||||
|
||||
Reference in New Issue
Block a user