docs: restore missing AccordionGroup wrapping for login command flags

This commit is contained in:
Your Name
2025-10-21 22:49:29 -03:00
parent 98b2c556b8
commit faa3ed289b

View File

@@ -453,8 +453,6 @@ The login command supports a number of flags that you can use for different auth
```
</Accordion>
</AccordionGroup>
<Accordion title="--oidc-jwt">
```bash
infisical login --oidc-jwt=<oidc-jwt-token>
@@ -468,6 +466,7 @@ The login command supports a number of flags that you can use for different auth
</Tip>
</Accordion>
</AccordionGroup>
### User Authentication Examples