forked from AkkomaGang/akkoma-fe
Support disabling captcha
This commit is contained in:
parent
9303bd5d36
commit
92de235f4e
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue