mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -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);
|
redirectTo(result.redirectTo);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[handleError, navigate, redirectTo, request, termsValidation]
|
[agreeToTermsPolicy, handleError, navigate, redirectTo, request, termsValidation]
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue