Hi @pratikpalse,
Welcome to the Community!
You need to pass an object. ({}) to the loginWithRedirect() method. You are currently passing an array ([]).
For example:
loginWithRedirect({foo:'bar'})
Hi @pratikpalse,
Welcome to the Community!
You need to pass an object. ({}) to the loginWithRedirect() method. You are currently passing an array ([]).
For example:
loginWithRedirect({foo:'bar'})