update bad token error message

This commit is contained in:
Samuel Newman
2025-09-02 15:35:31 +03:00
parent b2258fb6cb
commit 99fdd824f4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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: _(