I have a vue3 application which includes a login interface, the login interface has a vue-hcaptcha component, but not in developer mode, and the capacitor application does not work because the captcha cannot be used in localhost, how can I make it work?
I looked up how to solve this but I couldn't find anything, I tried redirecting to a browser when logging in and back to the application using a mywebapp:// protocol, but the redirection fails, what are the solutions for this? I would like it best if i don't have to redirect the user back