update bad token error message (#8954)
This commit is contained in:
@@ -42,7 +42,7 @@ export function useCleanError() {
|
||||
}
|
||||
}
|
||||
|
||||
if (raw.includes('Bad token scope')) {
|
||||
if (raw.includes('Bad token scope') || raw.includes('Bad token method')) {
|
||||
return {
|
||||
raw,
|
||||
clean: _(
|
||||
|
||||
Reference in New Issue
Block a user