mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
fix(experience): add missing agreeToTermsPolicy
deps (#6148)
This commit is contained in:
parent
ac063f9140
commit
fa325c9de1
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ const useSingleSignOnRegister = () => {
|
|||
redirectTo(result.redirectTo);
|
||||
}
|
||||
},
|
||||
[handleError, navigate, redirectTo, request, termsValidation]
|
||||
[agreeToTermsPolicy, handleError, navigate, redirectTo, request, termsValidation]
|
||||
);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue