Skip to content

Commit c62ae29

Browse files
committed
Merge pull request #40 from Annyv2/Annyv2-openidprofile
Update README.md
2 parents cea08dc + a078cb1 commit c62ae29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ You can trigger the login in different ways, like redirecting to a login link or
121121
callbackURL: AUTH0_CALLBACK_URL
122122
, responseType: 'code'
123123
, authParams: {
124-
scope: 'openid profile'
124+
scope: 'openid name email picture'
125125
}
126126
});
127127
}

0 commit comments

Comments
 (0)