Fix Duo Redirect not using path (#4862)
The URL crate treats `https://domain.tld/path` differently then `https://domain.tld/path/` the latter will make sure a `.join()` will append the given path instead of using the base as a relative path. Fixes #4858pull/4838/head
parent
9eebbf3b9f
commit
339612c917
Loading…
Reference in new issue