This website requires JavaScript.
Explore
Help
Sign In
boiii
/
traxxx
forked from
DebaucheryLibrarian/traxxx
Watch
1
Star
0
Fork
You've already forked traxxx
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
d0d045a2ab
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
}
;