Closed sergiodxa closed 2 years ago
I tried the latest version and is not setting any search param, not even the scope!
But I copied to code to my app and did this change and it worked, looks like doing new URLSearchParams(params) is, for some reason, not copying the params correctly.
new URLSearchParams(params)
Thanks for test that! Weird thing 😅
I tried the latest version and is not setting any search param, not even the scope!
But I copied to code to my app and did this change and it worked, looks like doing
new URLSearchParams(params)
is, for some reason, not copying the params correctly.