Merge branch 'princess' into refactor-homeserver-lookup
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:
commit
3f1850538d
1 changed files with 1 additions and 1 deletions
|
@ -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/")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue