From 4e8318de288cc47710ba661f943a39b6724ac112 Mon Sep 17 00:00:00 2001 From: zugdev Date: Thu, 30 Oct 2025 14:34:26 -0300 Subject: [PATCH] rebuild on institution and appearence change --- src/useTellerConnect.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/useTellerConnect.ts b/src/useTellerConnect.ts index 29fec56..9fb94f3 100644 --- a/src/useTellerConnect.ts +++ b/src/useTellerConnect.ts @@ -56,6 +56,8 @@ export const useTellerConnect = (options: TellerConnectOptions) => { options.applicationId, options.enrollmentId, options.connectToken, + options.institution, + options.appearance, productsString ]);