add note about ad blockers / tracker blockers
[skip ci]
This commit is contained in:
parent
7aceaa4d8c
commit
d95de24df5
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue