Merge branch 'princess' into refactor-homeserver-lookup
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

We need the redirection fix from princess in here to accurately test.
This commit is contained in:
Cadence Ember 2020-10-22 17:40:15 +13:00
commit dce4fa6303
Signed by: cadence
GPG key ID: BC1C2C61CF521B17

View file

@ -5,5 +5,5 @@ import $to_relative "/js/sync/sync.js"
import $to_relative "/js/chat.js"
if (!localStorage.getItem("access_token")) {
location.assign("./login")
location.assign("./login/")
}