Skip to content

Commit 64429b0

Browse files
authored
Update build-delegated-admin.mdx
1 parent 0a68df0 commit 64429b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main/docs/get-started/universal-components/my-organization/build-delegated-admin.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,11 +348,12 @@ User must be authenticated and a member of the Auth0 Organization. Components au
348348

349349
## **Configure Environment Variables**
350350

351+
351352
<Warning>
352353
Environment variable configurations vary by framework and setup. Check the `examples/` directory in the repository for specific implementation examples.
353354
</Warning>
354355

355-
1. Create a `.env` file in the root of your React project:
356+
Create a `.env` file in the root of your React project:
356357

357358
```bash
358359
VITE_AUTH0_DOMAIN=your-domain.auth0.com
@@ -364,7 +365,6 @@ You are responsible for ensuring that your use of the My Organization API and Em
364365
laws, including any permissions granted to your end users.
365366
</Warning>
366367

367-
368368
<Callout icon="file-lines" color="#0EA5E9" iconType="regular">
369369
User must be authenticated and a member of the Auth0 Organization. Components automatically load Organization data from current user context. To learn more, read [Auth0 Universal Components](/docs/get-started/universal-components/universal-components-overview) for installation and `Auth0ComponentProvider` configuration
370370
</Callout>

0 commit comments

Comments
 (0)