This website requires JavaScript.
Explore
Help
Sign In
DebaucheryLibrarian
/
traxxx
Watch
2
Star
1
Fork
You've already forked traxxx
1
Code
Issues
37
Pull Requests
1
Releases
Wiki
Activity
e12de5ec00
traxxx
/
assets
/
js
/
auth
/
state.js
5 lines
60 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Transitioning to Vue. Installed environment and restored homepage scene overview.
2019-06-03 03:31:38 +00:00
export
default
{
Allowing auth to be disabled in config.
2021-03-16 03:12:05 +00:00
enabled
:
window
.
env
.
auth
,
Switched to tabs. Adding missing actor entries when scraping actors, with batch ID.
2020-05-14 02:26:05 +00:00
user
:
null
,
Transitioning to Vue. Installed environment and restored homepage scene overview.
2019-06-03 03:31:38 +00:00
}
;