You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2021. It is now read-only.
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.