Allow users to customize their Discourse username
This commit is contained in:
@@ -534,6 +534,11 @@ export function AdminMemberInfo(props) {
|
||||
<Table.Cell>{member.user ? 'Yes' : 'No'}</Table.Cell>
|
||||
</Table.Row>
|
||||
|
||||
<Table.Row>
|
||||
<Table.Cell>Discourse Username:</Table.Cell>
|
||||
<Table.Cell>{member.discourse_username || '?'}</Table.Cell>
|
||||
</Table.Row>
|
||||
|
||||
<Table.Row>
|
||||
<Table.Cell>Public Bio:</Table.Cell>
|
||||
</Table.Row>
|
||||
|
||||
Reference in New Issue
Block a user