kamaral

Results 1 issues of kamaral

The origin parameter is being [appended to the end of the login url with direct string manipulation](https://github.com/ProjectMirador/mirador/blob/30a281108453d70410f05ebe67409a6cb401fc25/src/components/AccessTokenSender.js#L33), e.g. `${url}?origin=${window.origin}` This is problematic in some use cases where pre-existing parameters may...