Skip to content

Commit af8d6f3

Browse files
authored
fix code snippet (#8146)
1 parent f14b8b9 commit af8d6f3

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/auth/concepts/external-identity-providers

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/auth/concepts/external-identity-providers/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ import { defineAuth } from '@aws-amplify/backend';
225225

226226
export const auth = defineAuth({
227227
loginWith: {
228-
externalAuthProviders: {
228+
externalProviders: {
229229
loginWithAmazon: {
230230
clientId: secret('LOGINWITHAMAZON_CLIENT_ID'),
231231
clientSecret: secret('LOGINWITHAMAZON_CLIENT_SECRET'),

0 commit comments

Comments
 (0)