Skip to content

Commit 5c56db0

Browse files
Update src/pages/[platform]/deploy-and-host/sandbox-environments/seed/index.mdx
Co-authored-by: Blake Dunson <[email protected]>
1 parent 50c5f61 commit 5c56db0

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/deploy-and-host/sandbox-environments/seed

1 file changed

+1
-1
lines changed

src/pages/[platform]/deploy-and-host/sandbox-environments/seed/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ npx ampx sandbox seed
134134

135135
This will create a user with the username and password you provided and add them to the `admin` group.
136136

137-
The `getSecret` function will fetch the secret you have created using `npx ampx sandbox secret set`. This is useful when you have a public repository and don't want to commit secrets to the repository. Alternatively, you can set the username and password directly as a `string` in the `createAndSignUpUser` function but we recommend using secrets to avoid exposing sensitive information.
137+
The `getSecret` function will fetch the secret you created using `npx ampx sandbox secret set`. This allows you to avoid hardcoding credentials in your code. Alternatively, the username and password can be set directly as a `string` in the `createAndSignUpUser` function, but we highly recommend using `getSecret` to avoid exposing sensitive information in your repository.
138138

139139
### Auth with TOTP MFA
140140

0 commit comments

Comments
 (0)