Automatically delete refresh-token if it is corrupted
This commit is contained in:
@@ -48,4 +48,8 @@ class TemporaryFileError(RTVError):
|
||||
|
||||
|
||||
class MailcapEntryNotFound(RTVError):
|
||||
"A valid mailcap entry could not be coerced from the given url"
|
||||
"A valid mailcap entry could not be coerced from the given url"
|
||||
|
||||
|
||||
class InvalidRefreshToken(RTVError):
|
||||
"The refresh token is corrupt and cannot be used to login"
|
||||
|
||||
Reference in New Issue
Block a user