#2083 Login on auth error
gitea/salix/2083-chatbot_login_on_auth_error Something is wrong with the build of this commit
Details
gitea/salix/2083-chatbot_login_on_auth_error Something is wrong with the build of this commit
Details
This commit is contained in:
parent
9d02b2fcaf
commit
5be55ca92d
|
@ -46,6 +46,7 @@ module.exports = Self => {
|
|||
}).catch(async error => {
|
||||
if (error.statusCode === 401 && !this.resendAttempted) {
|
||||
this.resendAttempted = true;
|
||||
this.auth = null;
|
||||
|
||||
return sendMessage(sender, channel, message);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue