fix: treat OAuth refresh failures as auth errors (#1261) (thanks @zknicker)
Co-authored-by: Zach Knickerbocker <zknicker@users.noreply.github.com>
This commit is contained in:
@@ -328,6 +328,8 @@ const ERROR_PATTERNS = {
|
||||
"incorrect api key",
|
||||
"invalid token",
|
||||
"authentication",
|
||||
"re-authenticate",
|
||||
"oauth token refresh failed",
|
||||
"unauthorized",
|
||||
"forbidden",
|
||||
"access denied",
|
||||
|
||||
Reference in New Issue
Block a user