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.

necessary, # especially if it merges an updated upstream into a topic
branch. # # Lines starting with '#' will be ignored, and an empty
message aborts # the commit.
This commit is contained in:
Cadence Ember 2020-10-22 17:40:15 +13:00
commit 3f1850538d
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" import $to_relative "/js/chat.js"
if (!localStorage.getItem("access_token")) { if (!localStorage.getItem("access_token")) {
location.assign("./login") location.assign("./login/")
} }