-
I'm doing an OAuth Flow but seems like the "Redirect" component only accepts internal path links. |
Beta Was this translation helpful? Give feedback.
Answered by
gbj
Aug 3, 2023
Replies: 1 comment
-
Honestly in this case I'd just use _ = window().location().assign("https://www.my-cool-site.org") |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lephyrius
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Honestly in this case I'd just use
window.location
—