Skip to content

Commit

Permalink
fix typo in backend auth sample (#7903)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amplifiyer authored Sep 6, 2024
1 parent b6784bb commit 0ec7e62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export const auth = defineAuth({
clientId: secret('LOGINWITHAMAZON_CLIENT_ID'),
clientSecret: secret('LOGINWITHAMAZON_CLIENT_SECRET'),
// highlight-start
userAttributeMapping: {
attributeMapping: {
email: 'email'
}
// highlight-end
Expand Down

0 comments on commit 0ec7e62

Please sign in to comment.