Skip to content

Commit 1769cfb

Browse files
authored
pass options from useSigninCheck to useObservable (#527)
this fixes some options not working properly in useSigninCheck
1 parent f4ed982 commit 1769cfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/auth.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export function useSigninCheck(
173173
})
174174
);
175175

176-
return useObservable(observableId, observable);
176+
return useObservable(observableId, observable, options);
177177
}
178178

179179
function getClaimsObjectValidator(requiredClaims: Claims): ClaimsValidator {

0 commit comments

Comments
 (0)