If users are signed into the browser but they've accessed account settings in a non-Sync context, the browser holds onto the old session token, leading to a 'Session Expired' page when they try to access CAD or account settings from the browser
This commit:
Removes the isSync() check around the firefox.fxaLogout call
Because:
This commit:
closes FXA-10770