-
-
-
-
- {showLoadingSkeleton &&
}
- {user && !showLoadingSkeleton && (
-
-
- {isCloud &&
}
-
- (value ? ******** : ),
- action: {
- name: 'profile.change',
- handler: () => {
- navigate(user.hasPassword ? 'verify-password' : 'change-password', {
- state: { email: user.primaryEmail, action: 'changePassword' },
- });
+
+
+
+
+
+
+
+
+ {showLoadingSkeleton &&
}
+ {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')}
-
- {
- setShowDeleteAccountModal(false);
- }}
- />
-
+
+ {isCloud && (
+
+
+
+ {t('profile.delete_account.description')}
+
+
+ {
+ setShowDeleteAccountModal(false);
+ }}
+ />
+
+ )}
+
)}
- )}
+
);
}