Patch Changes
- 08a37aa: correct rewriting options when
clientUrl
is not available
The client URL is set towindow.location.origin
, so it can rewrite redirection urls that are passed on to authenticaion methods. However,clientUrl
is set to''
when running on the server side. This fix then avoid raising an error when trying to rewriteredirectTo
on non-browser environment, and forcesuseProviderLink
to be rendered on the client side. - Updated dependencies [08a37aa]
- @nhost/core@0.6.5
- @nhost/react@0.7.13
- @nhost/nhost-js@1.2.4