From 2963fe24456c0ef1a859939b2f3bf59ac73a0e81 Mon Sep 17 00:00:00 2001 From: Achintha Isuru Date: Sun, 29 Oct 2023 08:48:59 +0530 Subject: [PATCH] Update use-sign-in.ts --- apps/console/src/features/authentication/hooks/use-sign-in.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/console/src/features/authentication/hooks/use-sign-in.ts b/apps/console/src/features/authentication/hooks/use-sign-in.ts index 044641903cb..7bbac28fb70 100644 --- a/apps/console/src/features/authentication/hooks/use-sign-in.ts +++ b/apps/console/src/features/authentication/hooks/use-sign-in.ts @@ -148,6 +148,7 @@ const useSignIn = (): UseSignInInterface => { } dispatch(setOrganizationType(orgType)); + window["AppUtils"].updateOrganizationType(orgType); dispatch(setUserOrganizationId(userOrganizationId)); dispatch(setIsFirstLevelOrganization(isFirstLevelOrg));