Skip to content

Commit 1c22059

Browse files
authored
ikit User gets 2 different principles when [sc-17998] (#385)
1 parent 1f8834e commit 1c22059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/identitykit/src/libs/react/hooks/use-create-identity-kit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export function useCreateIdentityKit<
111111
setIk(instance as IdentityKit)
112112
})
113113
}
114-
}, [selectedSigner, realConnectDisabled])
114+
}, [selectedSigner, realConnectDisabled, authType])
115115

116116
// fetch balance when user connected
117117
useEffect(() => {

0 commit comments

Comments
 (0)