Fixed bug in auth0-lock, connection_scopes should be connection_scope (#43777)

Fixed bug in auth0-lock, `connection_scopes` should be `connection_scope`
This commit is contained in:
Ryan Ju 2020-04-16 00:43:42 +01:00 committed by GitHub
parent 6f9520a31e
commit 7e76e9a0fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ interface Auth0LockThemeOptions {
// https://auth0.com/docs/libraries/lock/v10/sending-authentication-parameters
interface Auth0LockAuthParamsOptions {
access_token?: any;
connection_scopes?: any;
connection_scope?: any;
device?: any;
nonce?: any;
protocol?: any;