Skip to content

Commit cfb7f6a

Browse files
committed
fix: env content
1 parent 7aa40be commit cfb7f6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/developer-tools/sdks/backend/remix-sdk.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,9 +550,9 @@ Include `lang` in the search params when sending users to login or register.
550550

551551
An `audience` is the intended recipient of an access token. Set `KINDE_AUDIENCE` in `.env` to populate the `aud` claim.
552552

553-
```shell
553+
```env
554554
KINDE_AUDIENCE=<your-api>
555-
KINDE_AUDIENCE=<api-one> <api-two> # multiple audiences (space separated)
555+
KINDE_AUDIENCE="<api-one> <api-two>" # multiple audiences (space separated)
556556
```
557557

558558
## Working with subdomains

0 commit comments

Comments
 (0)