This repository was archived by the owner on May 6, 2021. It is now read-only.

Description
Currently the login popup is injected in the app component, due to angular's build stripping out the script tag. We need to remove this and either host the file statically somewhere, wrap it in angular component to remove the script tag dependency, or build a new popup login with more basic functionality.