Send custom params from auth0-spa-js loginWithRedirect() for using in rules

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'})