Skip to content

Commit

Permalink
pass options from useSigninCheck to useObservable (#527)
Browse files Browse the repository at this point in the history
this fixes some options not working properly in useSigninCheck
  • Loading branch information
CapsAdmin committed Jun 27, 2023
1 parent f4ed982 commit 1769cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export function useSigninCheck(
})
);

return useObservable(observableId, observable);
return useObservable(observableId, observable, options);
}

function getClaimsObjectValidator(requiredClaims: Claims): ClaimsValidator {
Expand Down

0 comments on commit 1769cfb

Please sign in to comment.