Remove verification

This commit is contained in:
Jordan Bush
2018-12-08 20:49:33 -06:00
parent 0e80a909b0
commit dff340b38f

View File

@@ -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({