Skip to content

Commit 0ec7e62

Browse files
authored
fix typo in backend auth sample (#7903)
1 parent b6784bb commit 0ec7e62

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
@@ -262,7 +262,7 @@ export const auth = defineAuth({
262262
clientId: secret('LOGINWITHAMAZON_CLIENT_ID'),
263263
clientSecret: secret('LOGINWITHAMAZON_CLIENT_SECRET'),
264264
// highlight-start
265-
userAttributeMapping: {
265+
attributeMapping: {
266266
email: 'email'
267267
}
268268
// highlight-end

0 commit comments

Comments
 (0)