mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-11 17:56:15 +00:00
fix: improve email typing with verification and remove example accounts file
This commit is contained in:
@@ -1,81 +0,0 @@
|
||||
{
|
||||
// See docs/accounts.md for detailed configuration guide
|
||||
// Maximum 5 accounts recommended
|
||||
"accounts": [
|
||||
{
|
||||
"enabled": true,
|
||||
"email": "",
|
||||
"password": "",
|
||||
"totp": "",
|
||||
"recoveryEmail": "",
|
||||
"phoneNumber": "",
|
||||
"proxy": {
|
||||
"proxyAxios": false,
|
||||
"url": "",
|
||||
"port": 0,
|
||||
"username": "",
|
||||
"password": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"enabled": false,
|
||||
"email": "",
|
||||
"password": "",
|
||||
"totp": "",
|
||||
"recoveryEmail": "",
|
||||
"phoneNumber": "",
|
||||
"proxy": {
|
||||
"proxyAxios": false,
|
||||
"url": "",
|
||||
"port": 0,
|
||||
"username": "",
|
||||
"password": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"enabled": false,
|
||||
"email": "",
|
||||
"password": "",
|
||||
"totp": "",
|
||||
"recoveryEmail": "",
|
||||
"phoneNumber": "",
|
||||
"proxy": {
|
||||
"proxyAxios": false,
|
||||
"url": "",
|
||||
"port": 0,
|
||||
"username": "",
|
||||
"password": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"enabled": false,
|
||||
"email": "",
|
||||
"password": "",
|
||||
"totp": "",
|
||||
"recoveryEmail": "",
|
||||
"phoneNumber": "",
|
||||
"proxy": {
|
||||
"proxyAxios": false,
|
||||
"url": "",
|
||||
"port": 0,
|
||||
"username": "",
|
||||
"password": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"enabled": false,
|
||||
"email": "",
|
||||
"password": "",
|
||||
"totp": "",
|
||||
"recoveryEmail": "",
|
||||
"phoneNumber": "",
|
||||
"proxy": {
|
||||
"proxyAxios": false,
|
||||
"url": "",
|
||||
"port": 0,
|
||||
"username": "",
|
||||
"password": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user