mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Merge pull request #2993 from Infisical/misc/add-org-id-to-org-settings
misc: add org id display to org settings
This commit is contained in:
@@ -103,7 +103,13 @@ export const OrgNameChangeSection = (): JSX.Element => {
|
||||
name="name"
|
||||
/>
|
||||
</div>
|
||||
<div className="py-4">
|
||||
<div>
|
||||
<h2 className="text-md mb-2 text-mineshaft-100">Organization ID</h2>
|
||||
<FormControl className="max-w-md">
|
||||
<Input isDisabled value={currentOrg.id} />
|
||||
</FormControl>
|
||||
</div>
|
||||
<div>
|
||||
<h2 className="text-md mb-2 text-mineshaft-100">Organization Slug</h2>
|
||||
<Controller
|
||||
defaultValue=""
|
||||
|
||||
Reference in New Issue
Block a user