forked from abner/for-legacy-web
merge: branch 'master' into production
commit
3836156f3d
|
|
@ -80,7 +80,11 @@ export const Form = observer(({ page, callback }: Props) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if (configuration?.features.captcha.enabled && page !== "reset") {
|
if (
|
||||||
|
configuration?.features.captcha.enabled &&
|
||||||
|
page !== "reset" &&
|
||||||
|
page !== "login"
|
||||||
|
) {
|
||||||
setCaptcha({
|
setCaptcha({
|
||||||
onSuccess: async (captcha) => {
|
onSuccess: async (captcha) => {
|
||||||
setCaptcha(undefined);
|
setCaptcha(undefined);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue