This commit is contained in:
Dan Percic 2023-01-10 15:36:13 +02:00
parent 46b630de82
commit b60331ca08

View File

@ -89,7 +89,7 @@ export abstract class IqserUserService<
throw new Error('No user id'); throw new Error('No user id');
} }
} catch (e) { } catch (e) {
console.log("Load KC profile failed"); console.log('Load KC profile failed');
await this.redirectToLogin(); await this.redirectToLogin();
return; return;
} }