Add copyable User Id field
This commit is contained in:
@@ -52,6 +52,16 @@ export function ProfileModal({
|
|||||||
<Modal title="Profile" isDismissable {...rest}>
|
<Modal title="Profile" isDismissable {...rest}>
|
||||||
<ModalContent>
|
<ModalContent>
|
||||||
<form onSubmit={onSubmit}>
|
<form onSubmit={onSubmit}>
|
||||||
|
<FieldRow>
|
||||||
|
<InputField
|
||||||
|
id="userId"
|
||||||
|
name="userId"
|
||||||
|
label="User Id"
|
||||||
|
type="text"
|
||||||
|
disabled
|
||||||
|
value={client.getUserId()}
|
||||||
|
/>
|
||||||
|
</FieldRow>
|
||||||
<FieldRow>
|
<FieldRow>
|
||||||
<InputField
|
<InputField
|
||||||
id="displayName"
|
id="displayName"
|
||||||
|
|||||||
Reference in New Issue
Block a user