Support disabling captcha

This commit is contained in:
Ekaterina Vaartis 2018-12-15 03:06:21 +03:00
parent 9303bd5d36
commit 92de235f4e

View file

@ -75,7 +75,7 @@
</ul> </ul>
</div> </div>
<div class="form-group" id="captcha-group"> <div class="form-group" id="captcha-group" v-if="captcha.type != 'none'">
<template v-if="captcha.type == 'kocaptcha'"> <template v-if="captcha.type == 'kocaptcha'">
<img v-bind:src="captcha.url"> <img v-bind:src="captcha.url">