remove identification changes on UserDetails

This commit is contained in:
Leandro
2018-02-07 09:12:39 +01:00
parent f75924e683
commit 44913864eb
2 changed files with 4 additions and 4 deletions
@@ -197,11 +197,11 @@ class UserDetail extends React.Component {
{new Date(user.created_at).toLocaleString()}
</li>
{user.profiles.map(({ id, provider }) => (
{user.profiles.map(({ id }) => (
<li key={id}>
<Icon name="perm_identity" />
<Icon name="email" />
<span className={styles.userDetailItem}>
{t('user_detail.identification')} ({provider}):
{t('user_detail.email')}:
</span>
{id}{' '}
<ButtonCopyToClipboard