Compare commits
No commits in common. "3f1850538d2bc87046555fb5aae196ce5d7cd100" and "2ff43ea801822b914117710751d90d808e26e1fd" have entirely different histories.
3f1850538d
...
2ff43ea801
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