This commit is contained in:
Tom Moor
2023-06-29 21:31:26 -04:00
parent a3d70622af
commit 4bec08ee05
2 changed files with 1 additions and 6 deletions

View File

@@ -20,6 +20,7 @@ export default class ValidateSSOAccessTask extends BaseTask<Props> {
}
// Check the validity of all the user's associated authentications.
// @ts-expect-error TODO: Need to setup nested tsconfig with ES2021
const valid = await Promise.any(
userAuthentications.map(async (authentication) =>
authentication.validateAccess({ transaction })

View File

@@ -1,6 +0,0 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"lib": ["dom", "es2021", "dom.iterable"],
}
}