-
I have been using this strategy to implement remix-auth-saml. Couple of questions I have
export default function Render() {
return null;
} |
Beta Was this translation helpful? Give feedback.
Answered by
sergiodxa
Mar 31, 2022
Replies: 1 comment
-
That's not correct, it should use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sergiodxa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's not correct, it should use
this.failure
instead.