laravel-captcha icon indicating copy to clipboard operation
laravel-captcha copied to clipboard

when setting the view template, it still takes the data for the template from the vendor

Open nrnwest opened this issue 2 years ago • 0 comments

when setting the view template, it still takes the data for the template from the vendor

`

<img src="/captcha/image?_=568421238" alt="https://github.com/igoshev/laravel-captcha" style="cursor:pointer;width:180px;height:50px;" title="Update" onclick="this.setAttribute('src','/captcha/image?=568421238&='+Math.random());var captcha=document.getElementById('captcha');if(captcha){captcha.focus()}"
    <input type="text" id="captcha" name="captcha" autocomplete="off">
</form>`

nrnwest avatar Dec 21 '22 09:12 nrnwest