diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-12-12 12:24:35 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-12-12 12:24:35 +0000 |
| commit | c7376b83256a181ce61164ea952229da10433158 (patch) | |
| tree | c8bc1db4f01e5a83d155ce776ab49d8341fe8c9b /src | |
| parent | a621382a3ff46fa00499c2b2196042cc4d4d9e33 (diff) | |
| parent | ed3144eb1168ece5fcd3eed2867c653f785039d8 (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.vue | 2 |
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" |
