Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit e5f1693

Browse files
committed
Fix linting issue
1 parent 603634b commit e5f1693

File tree

1 file changed

+1
-0
lines changed
  • content/en/user-guide/aws/cognito

1 file changed

+1
-0
lines changed

content/en/user-guide/aws/cognito/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ To request the token from LocalStack the correct URL is `http://cognito-idp.loca
341341
In case that there is more than one user pool, LocalStack detects the right one by inspecting the `clientId` of the requests.
342342

343343
Here is an example on how to set it up:
344+
344345
```sh
345346
#Create user pool.
346347
export pool_id=$(awslocal cognito-idp create-user-pool --pool-name test --username-configuration "CaseSensitive=False" | jq -rc ".UserPool.Id")

0 commit comments

Comments
 (0)