Skip to content

Commit a078cb1

Browse files
committed
Update README.md
Changed scope= 'openid profile' scope: 'openid name email picture'
1 parent cea08dc commit a078cb1

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)