···1717 ) {
1818 return t`The server appears to be experiencing issues. Please try again in a few moments.`
1919 }
2020- if (str.includes('Bad token scope')) {
2020+ if (str.includes('Bad token scope') || str.includes('Bad token method')) {
2121 return t`This feature is not available while using an App Password. Please sign in with your main password.`
2222 }
2323 if (str.startsWith('Error: ')) {