add note about ad blockers / tracker blockers

[skip ci]
This commit is contained in:
Nolan Lawson 2018-04-10 22:14:10 -07:00
parent 7aceaa4d8c
commit d95de24df5
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ export async function logInToInstance () {
console.error(err)
let error = `${err.message || err.name}. ` +
(navigator.onLine
? `Is this a valid Mastodon instance?`
? `Is this a valid Mastodon instance? Is a browser extension blocking the request?`
: `Are you offline?`)
store.set({
logInToInstanceError: error,