Add missing responseMode. (#29670)

Fix missing responseMode in Auth0LockAuthOption as changed in https://github.com/auth0/lock/pull/526
This commit is contained in:
Zain Asgar
2018-10-15 09:46:24 -07:00
committed by Sheetal Nandi
parent 5900cae442
commit 2e1f8e6fc2
+1
View File
@@ -98,6 +98,7 @@ interface Auth0LockAuthOptions {
params?: Auth0LockAuthParamsOptions;
redirect?: boolean;
redirectUrl?: string;
responseMode?: string;
responseType?: string;
sso?: boolean;
audience?: string;