mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
fix: Handle email verification dialog (#782)
This commit is contained in:
@@ -518,6 +518,13 @@
|
||||
"title": "Sms Verification",
|
||||
"type": "number"
|
||||
},
|
||||
"email_verification": {
|
||||
"default": 4.0,
|
||||
"description": "Timeout for eMail verification prompts.",
|
||||
"minimum": 0.1,
|
||||
"title": "Email Verification",
|
||||
"type": "number"
|
||||
},
|
||||
"gdpr_prompt": {
|
||||
"default": 10.0,
|
||||
"description": "Timeout for GDPR/consent dialogs.",
|
||||
|
||||
Reference in New Issue
Block a user