Allow users to customize their Discourse username
This commit is contained in:
@@ -259,6 +259,11 @@ export function AccountForm(props) {
|
||||
{...makeProps('emergency_contact_phone')}
|
||||
/>
|
||||
|
||||
{member.discourse_username && <Form.Input
|
||||
label='Discourse Username'
|
||||
{...makeProps('discourse_username')}
|
||||
/>}
|
||||
|
||||
<Form.Input
|
||||
label='Member Photo'
|
||||
name='photo'
|
||||
|
||||
Reference in New Issue
Block a user