Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method signIn from hook: useSignIn doesnt work correctly. #176

Open
NikitaChekalin opened this issue Jun 4, 2024 · 1 comment
Open

Method signIn from hook: useSignIn doesnt work correctly. #176

NikitaChekalin opened this issue Jun 4, 2024 · 1 comment
Labels

Comments

@NikitaChekalin
Copy link

I need a method to open with modal window with QR code but without pressing the SignIn button

Screenshot_1

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

image

@valentinludu
Copy link

valentinludu commented Jun 11, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants