Skip to content

Commit

Permalink
Update use-sign-in.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Achintha Isuru committed Oct 29, 2023
1 parent 76e64ee commit 2963fe2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ const useSignIn = (): UseSignInInterface => {
}

dispatch(setOrganizationType(orgType));
window["AppUtils"].updateOrganizationType(orgType);
dispatch(setUserOrganizationId(userOrganizationId));

dispatch(setIsFirstLevelOrganization(isFirstLevelOrg));
Expand Down

0 comments on commit 2963fe2

Please sign in to comment.