Skip to content

Commit 297710a

Browse files
authored
chore(settings): remove api key from copy (#74)
1 parent 4dffd5e commit 297710a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ui/src/components/Views/Configs/SettingsForm.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,7 @@ export const SettingsForm = ({
211211
<Typography>
212212
In order to start the Pro container, add a configuration with the
213213
variable LOCALSTACK_AUTH_TOKEN set to your auth token and select
214-
that configuration in the top right corner. API Keys are also
215-
supported, but will be deprecated in the future.
214+
that configuration in the top right corner.
216215
</Typography>
217216
)}
218217
{activeStep === 2 && (

0 commit comments

Comments
 (0)