Add a way to get new captcha on click
This commit is contained in:
parent
3c9c8052f7
commit
ab6f1904fa
2 changed files with 6 additions and 2 deletions
|
@ -77,8 +77,9 @@
|
|||
|
||||
<div class="form-group" id="captcha-group" v-if="captcha.type != 'none'">
|
||||
<template v-if="captcha.type == 'kocaptcha'">
|
||||
<img v-bind:src="captcha.url">
|
||||
<img v-bind:src="captcha.url" v-on:click="setCaptcha">
|
||||
|
||||
<sub>Click the image to get a new captcha</sub>
|
||||
<label class='form--label' for='captcha-label'>CAPTCHA</label>
|
||||
|
||||
<input :disabled="isPending"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue