Games tab on admin page working
This commit is contained in:
@@ -186,6 +186,7 @@ public class AccountController{
|
||||
log.info("Updating account {}", accountId);
|
||||
|
||||
|
||||
//TODO: Existing account verification
|
||||
Account oldAccount = accountService.getByAccountId(accountId);
|
||||
ObjectNode returnNode = mapper.createObjectNode();
|
||||
if(oldAccount == null){
|
||||
|
||||
Reference in New Issue
Block a user