how to use 'math' captcha #13
Answered
by
alisalehi1380
alisalehi1380
asked this question in
Q&A
-
Hello Dear @spam-n-eggs how to use a math captcha in your package? |
Beta Was this translation helpful? Give feedback.
Answered by
alisalehi1380
Jul 9, 2024
Replies: 1 comment
-
found it! ✅ <div class="pt-10">
@switch(config('filament-captcha.engine', 'mews'))
@case('mews')
@default
{!! Captcha::img('math') !!} // <= add type captcha in this Parentheses
@break
@endswitch
</div> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alisalehi1380
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
found it! ✅