diff options
| author | Mark Felder <feld@FreeBSD.org> | 2019-12-12 13:32:52 -0600 |
|---|---|---|
| committer | Mark Felder <feld@FreeBSD.org> | 2019-12-12 13:32:52 -0600 |
| commit | 821a2bcc68e1a6c5e0b9a8080b0b8a2be04d1dd2 (patch) | |
| tree | 61b3d62bbd93d9be9c649fa7df8763cbd4bf9195 /src/components/registration/registration.vue | |
| parent | 43d4d17b41863dd5784f1d611857a9064759946b (diff) | |
| parent | 051b9703dffa785eb3b0fde29d2ceab3fe1255ba (diff) | |
Merge branch 'develop' into feature/lockdown-timelines-private-mode
Diffstat (limited to 'src/components/registration/registration.vue')
| -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" |
