diff --git a/server/commands/userProvisioner.ts b/server/commands/userProvisioner.ts index a4bd3c4e7..230395bd1 100644 --- a/server/commands/userProvisioner.ts +++ b/server/commands/userProvisioner.ts @@ -60,7 +60,7 @@ export default async function userProvisioner({ const auth = authentication ? await UserAuthentication.findOne({ where: { - providerId: authentication.providerId, + providerId: "" + authentication.providerId, }, include: [ {