Patch Changes
- 08a37aa: correct rewriting options when
clientUrlis not available
The client URL is set towindow.location.origin, so it can rewrite redirection urls that are passed on to authenticaion methods. However,clientUrlis set to''when running on the server side. This fix then avoid raising an error when trying to rewriteredirectToon non-browser environment, and forcesuseProviderLinkto be rendered on the client side.