mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-11 01:36:16 +00:00
Refactor: Simplify recovery email handling and validation; update documentation for clarity
This commit is contained in:
@@ -7,9 +7,8 @@
|
||||
"enabled": true,
|
||||
"email": "",
|
||||
"password": "",
|
||||
"totp": "",
|
||||
"recoveryRequired": true,
|
||||
"recoveryEmail": "",
|
||||
"totp": "", // Optional: leave empty if no 2FA, or put your TOTP secret
|
||||
"recoveryEmail": "", // Optional: recovery email for security challenges
|
||||
"proxy": {
|
||||
"proxyAxios": false,
|
||||
"url": "",
|
||||
@@ -24,7 +23,6 @@
|
||||
"email": "",
|
||||
"password": "",
|
||||
"totp": "",
|
||||
"recoveryRequired": true,
|
||||
"recoveryEmail": "",
|
||||
"proxy": {
|
||||
"proxyAxios": false,
|
||||
@@ -40,7 +38,6 @@
|
||||
"email": "",
|
||||
"password": "",
|
||||
"totp": "",
|
||||
"recoveryRequired": true,
|
||||
"recoveryEmail": "",
|
||||
"proxy": {
|
||||
"proxyAxios": false,
|
||||
@@ -56,7 +53,6 @@
|
||||
"email": "",
|
||||
"password": "",
|
||||
"totp": "",
|
||||
"recoveryRequired": true,
|
||||
"recoveryEmail": "",
|
||||
"proxy": {
|
||||
"proxyAxios": false,
|
||||
@@ -72,7 +68,6 @@
|
||||
"email": "",
|
||||
"password": "",
|
||||
"totp": "",
|
||||
"recoveryRequired": true,
|
||||
"recoveryEmail": "",
|
||||
"proxy": {
|
||||
"proxyAxios": false,
|
||||
|
||||
Reference in New Issue
Block a user