Support "native" captcha

This commit is contained in:
Egor Kislitsyn 2019-12-12 18:19:46 +07:00
parent 3cc6f80628
commit ed3144eb11

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"