aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2019-12-12 12:24:35 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2019-12-12 12:24:35 +0000
commitc7376b83256a181ce61164ea952229da10433158 (patch)
treec8bc1db4f01e5a83d155ce776ab49d8341fe8c9b /src
parenta621382a3ff46fa00499c2b2196042cc4d4d9e33 (diff)
parented3144eb1168ece5fcd3eed2867c653f785039d8 (diff)
Merge branch 'support-native-captcha' into 'develop'
Support "native" captcha See merge request pleroma/pleroma-fe!1033
Diffstat (limited to 'src')
-rw-r--r--src/components/registration/registration.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/registration/registration.vue b/src/components/registration/registration.vue
index 5bb06a4f..222b67a8 100644
--- 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"