user load logs

This commit is contained in:
Timo Bejan 2022-03-16 12:53:48 +02:00
parent c14e66e715
commit a06bf5f115

View File

@ -37,6 +37,7 @@ export class UserService extends EntitiesService<User, IUser> {
}
async initialize(): Promise<void> {
console.log('[Redaction] Initializing users for: ', this.currentUser);
if (!this.currentUser) {
return;
}