+
+
+
+
+ {showLoadingSkeleton &&
}
+ {isDevFeaturesEnabled && (
+
+ 🚧 This section is a dev feature that is still working in progress.
+
+ )}
+ {user && !showLoadingSkeleton && (
+
+
+ {isCloud && (
+
+ )}
+
+ (value ? ******** : ),
+ action: {
+ name: 'profile.change',
+ handler: () => {
+ navigate(user.hasPassword ? 'verify-password' : 'change-password', {
+ state: { email: user.primaryEmail, action: 'changePassword' },
+ });
+ },
},
},
- },
- ]}
- />
-
- {isCloud && (
-
-
-
- {t('profile.delete_account.description')}
-
-
-
-
+ ]}
+ />
- )}
-
- )}
-
-