You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need a method to open with modal window with QR code but without pressing the SignIn button
I know that we have signIn method from useSignIn hook , but it is doesn`t work correctly.
I find out way only with redirect to special page , but no to open modal window pinned above. It is something like that
The text was updated successfully, but these errors were encountered:
Unfortunately the QRCodeDialog component (your first image) is not exported so we can't use it. I had the exact same issue and at the end I created my own dialog and handled everything using useSignIn.
If you have issues with useSignin maybe this answer will help: #162
If not, paste a sample of your useSignIn code and how are you using it and maybe me or the community can figure it out.
I need a method to open with modal window with QR code but without pressing the SignIn button
I know that we have signIn method from useSignIn hook , but it is doesn`t work correctly.
I find out way only with redirect to special page , but no to open modal window pinned above. It is something like that
The text was updated successfully, but these errors were encountered: