Refactor homeserver lookup code #12

Merged
bad merged 10 commits from refactor-homeserver-lookup into princess 2020-10-23 08:57:01 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0113024be6 - Show all commits

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