mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-17 06:24:32 +00:00
dont wait rebuild
This commit is contained in:
@@ -483,7 +483,14 @@ export async function validateOidcCallback(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
await calculateUserClientsForOrgs(existingUser.userId);
|
calculateUserClientsForOrgs(existingUser.userId).catch(
|
||||||
|
(err) => {
|
||||||
|
logger.error(
|
||||||
|
"Error calculating user clients after removing all orgs for user with no valid IdP mappings",
|
||||||
|
{ error: err }
|
||||||
|
);
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
return next(
|
return next(
|
||||||
createHttpError(
|
createHttpError(
|
||||||
|
|||||||
Reference in New Issue
Block a user