Skip to content

Commit

Permalink
fix code snippet (#8146)
Browse files Browse the repository at this point in the history
  • Loading branch information
swaminator authored Dec 9, 2024
1 parent f14b8b9 commit af8d6f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ import { defineAuth } from '@aws-amplify/backend';

export const auth = defineAuth({
loginWith: {
externalAuthProviders: {
externalProviders: {
loginWithAmazon: {
clientId: secret('LOGINWITHAMAZON_CLIENT_ID'),
clientSecret: secret('LOGINWITHAMAZON_CLIENT_SECRET'),
Expand Down

0 comments on commit af8d6f3

Please sign in to comment.