diff --git a/src/lib/client/appointment-crypto.ts b/src/lib/client/appointment-crypto.ts index fdce037..c46ffec 100644 --- a/src/lib/client/appointment-crypto.ts +++ b/src/lib/client/appointment-crypto.ts @@ -545,7 +545,7 @@ export class UnifiedAppointmentCrypto { emailHash: await hashEmail(params.email), clientPublicKey: params.tunnel.clientPublicKey, decryptedTunnelKey, - staffKeyShares: await this.getStaffKeyShares(params.tenantId, decryptedTunnelKey), + staffKeyShares: [], // Not needed for existing clients as tunnel key is already encrypted for staff in this flow }; };