From e15ad530deb85c1ccc93abee5f417a5bb01ea54f Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 3 Dec 2022 09:25:53 -0500 Subject: [PATCH] tsc --- server/commands/userProvisioner.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/commands/userProvisioner.ts b/server/commands/userProvisioner.ts index 230395bd1..cb3382eca 100644 --- a/server/commands/userProvisioner.ts +++ b/server/commands/userProvisioner.ts @@ -35,7 +35,7 @@ type Props = { authentication?: { authenticationProviderId: string; /** External identifier of the user in the authentication provider */ - providerId: string; + providerId: string | number; /** The scopes granted by the access token */ scopes: string[]; /** The token provided by the authentication provider */