logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: c7376b83256a181ce61164ea952229da10433158
parent: a621382a3ff46fa00499c2b2196042cc4d4d9e33
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Thu, 12 Dec 2019 12:24:35 +0000

Merge branch 'support-native-captcha' into 'develop'

Support "native" captcha

See merge request pleroma/pleroma-fe!1033

Diffstat:

Msrc/components/registration/registration.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/registration/registration.vue b/src/components/registration/registration.vue @@ -172,7 +172,7 @@ for="captcha-label" >{{ $t('captcha') }}</label> - <template v-if="captcha.type == 'kocaptcha'"> + <template v-if="['kocaptcha', 'native'].includes(captcha.type)"> <img :src="captcha.url" @click="setCaptcha"