Jerónimo Cosío
Jerónimo Cosío
Hi @raphaelnoguier do you found a way around it? I'm also using react-hook-form but haven't figured out how to pass the ref t the input.
I got it working using a Controller: ``` )} name="phone_number" control={control} defaultValue="" /> ```
Hi, I'm also getting this same error when using this plugin on Meteor, any fix yet? Thanks in advance!
Hi @elorzafe, great to hear that this is being tracked on the backlog, but I think it should be prioritized as this can create a security vulnerability. The account is...
Hey @elorzafe, thanks for the quick reply. I actually use the [global signout flag](https://docs.amplify.aws/lib/auth/emailpassword/q/platform/js/#sign-out) on my app, but I believe that even this would allow the attacker to have access...
Hello @elorzafe, I'm currently sending an e-mail to my users whenever there's a password reset, I'm doing this with a Cognito trigger and a Lambda function. Is there someway that...
Hi @dnys1 , thank you for posting this it has been really helpful for me, but I'm afraid that if you use it on the post-authentication trigger then the session...
Hi, I am using the latest version (0.3.12) and I also get this error :s and all I see on my app is white ![screen shot 2015-09-05 at 2 24...
I also have this problem, any way to solve this??
I was having a similar error after updating from Next.js 12 to Next.js 13, and the error only appeared on production, development worked great. This was the error I was...