Closed ziriax closed 3 years ago
According to issue #30, one must wrap all state passed to signinRedirect in a data object.
signinRedirect
data
However, the typings allow any value to be passed.
any
Would it make sense to update the Typescript bindings?
Feel free to submit a PR.
According to issue #30, one must wrap all state passed to
signinRedirect
in adata
object.However, the typings allow
any
value to be passed.Would it make sense to update the Typescript bindings?