Skip to content

Commit

Permalink
chore: update example
Browse files Browse the repository at this point in the history
  • Loading branch information
aiji42 committed Feb 3, 2022
1 parent e486506 commit 8d1bf40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Amplify.configure({
process.env.NEXT_PUBLIC_COGNITO_USER_POOL_WEB_CLIENT_ID,
oauth: {
domain: process.env.NEXT_PUBLIC_COGNITO_DOMAIN,
scope: ['openid', 'profile', 'email'],
scope: ['openid', 'phone', 'email'],
redirectSignIn:
process.env.NEXT_PUBLIC_VERCEL_ENV === 'production'
? 'https://next-fortress.vercel.app/cognito'
Expand Down

1 comment on commit 8d1bf40

@vercel
Copy link

@vercel vercel bot commented on 8d1bf40 Feb 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.