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

Support "native" captcha

See merge request pleroma/pleroma-fe!1033
This commit is contained in:
HJ 2019-12-12 12:24:35 +00:00
commit c7376b8325

View file

@ -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"