merge: branch 'master' into production

production
Paul Makles 2022-10-23 21:09:49 +01:00
commit 3836156f3d
1 changed files with 5 additions and 1 deletions

View File

@ -80,7 +80,11 @@ export const Form = observer(({ page, callback }: Props) => {
}
try {
if (configuration?.features.captcha.enabled && page !== "reset") {
if (
configuration?.features.captcha.enabled &&
page !== "reset" &&
page !== "login"
) {
setCaptcha({
onSuccess: async (captcha) => {
setCaptcha(undefined);