Check whoAmI after regular CDSI sync

This commit is contained in:
AsamK 2023-11-11 18:12:18 +01:00
parent f8ea631b03
commit eaa6b7cf57

View file

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