diff --git a/src/routes/Settings/Settings.js b/src/routes/Settings/Settings.js
index 76a98ae59..fe3335176 100644
--- a/src/routes/Settings/Settings.js
+++ b/src/routes/Settings/Settings.js
@@ -300,9 +300,9 @@ const Settings = () => {
{ t('PRIVACY_POLICY') }
- { profile.auth !== null && profile.auth.user !== null && typeof profile.auth.user._id === 'string' ?
+ { profile.auth !== null && profile.auth.user !== null && typeof profile.auth.user.email === 'string' ?
-