Merge branch 'princess' into refactor-homeserver-lookup
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details

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
1 changed files with 1 additions and 1 deletions

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/")
}