Compare commits

..

No commits in common. "3f1850538d2bc87046555fb5aae196ce5d7cd100" and "2ff43ea801822b914117710751d90d808e26e1fd" have entirely different histories.

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