Compare commits

...

2 commits

Author SHA1 Message Date
3f1850538d
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.
2020-10-22 17:40:15 +13:00
9e71336c5b
Update initial login redirect
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-22 17:30:11 +13:00

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