Check whoAmI after regular CDSI sync

This commit is contained in:
AsamK 2023-11-11 18:12:18 +01:00
parent 32fdd382bd
commit 7b15e2a39d

View file

@ -227,6 +227,7 @@ public class ManagerImpl implements Manager {
e.getClass().getSimpleName());
logger.debug("Full CDSI refresh failed", e);
}
context.getAccountHelper().checkWhoAmiI();
}
}