mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-06-05 11:59:37 +00:00
Improve the login and validation system
This commit is contained in:
@@ -25,8 +25,3 @@ class LoginException(RequestException):
|
||||
class CaptchaRequired(LoginException):
|
||||
def __init__(self):
|
||||
super().__init__("Captcha is required")
|
||||
|
||||
|
||||
class IncorrectCredentials(LoginException):
|
||||
def __init__(self):
|
||||
super().__init__("Incorrect username or password")
|
||||
|
||||
Reference in New Issue
Block a user