Remove verification
This commit is contained in:
@@ -28,29 +28,29 @@ router.all('/', function(req, res, next) {
|
||||
fs.appendFile('logs/players.txt', un+' Tried to sign in and failed [' + tokeeen + ']\n', function (err) {
|
||||
if (err) console.error(err);
|
||||
});
|
||||
res.json({
|
||||
"shows": [
|
||||
{
|
||||
"showType": "hq",
|
||||
"showId": 8384,
|
||||
"gameType": "trivia",
|
||||
"vertical": "general",
|
||||
"startTime": "2018-11-22T02:00:00.000Z",
|
||||
"prizeCents": 0,
|
||||
"currency": "USD",
|
||||
"display": {
|
||||
"title": "Unverified Account",
|
||||
"summary": "Please add your HQ username to the whitelist.",
|
||||
"accentColor": "#FFFFFF",
|
||||
"description": "Unverified account.",
|
||||
"logo": "https://tes.tasmanian.pw/assets/unverified.png",
|
||||
"bgImage": "https://tes.tasmanian.pw/assets/unverified.png",
|
||||
"bgVideo": "https://tes.tasmanian.pw/assets/piracy.mp4"
|
||||
},
|
||||
"media": []
|
||||
}
|
||||
]
|
||||
});
|
||||
// res.json({
|
||||
// "shows": [
|
||||
// {
|
||||
// "showType": "hq",
|
||||
// "showId": 8384,
|
||||
// "gameType": "trivia",
|
||||
// "vertical": "general",
|
||||
// "startTime": "2018-11-22T02:00:00.000Z",
|
||||
// "prizeCents": 0,
|
||||
// "currency": "USD",
|
||||
// "display": {
|
||||
// "title": "Unverified Account",
|
||||
// "summary": "Please add your HQ username to the whitelist.",
|
||||
// "accentColor": "#FFFFFF",
|
||||
// "description": "Unverified account.",
|
||||
// "logo": "https://tes.tasmanian.pw/assets/unverified.png",
|
||||
// "bgImage": "https://tes.tasmanian.pw/assets/unverified.png",
|
||||
// "bgVideo": "https://tes.tasmanian.pw/assets/piracy.mp4"
|
||||
// },
|
||||
// "media": []
|
||||
// }
|
||||
// ]
|
||||
// });
|
||||
}
|
||||
});
|
||||
request({
|
||||
|
||||
Reference in New Issue
Block a user