Skip to content

Commit 4a1cbea

Browse files
Apply suggestions from code review
1 parent 48d5ae6 commit 4a1cbea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/static-web-apps/authentication-custom.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ Next, use the following sample to configure the provider in the [configuration f
264264
"identityProviders": {
265265
"twitter": {
266266
"registration": {
267-
"consumerKeySettingName": "TWITTER_CONSUMER_KEY",
268-
"consumerSecretSettingName": "TWITTER_CONSUMER_SECRET_APP_SETTING_NAME"
267+
"consumerKeySettingName": "X_CONSUMER_KEY",
268+
"consumerSecretSettingName": "X_CONSUMER_SECRET_APP_SETTING_NAME"
269269
}
270270
}
271271
}

0 commit comments

Comments
 (0)