From 8be8a5707e122817c63bd9ccf1b05c52e7f9de84 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Thu, 30 Jul 2015 12:07:44 -0700 Subject: [PATCH] Added 'icon' to 'Auth0LockOption' for 'auth0.lcok'. --- auth0.lock/auth0.lock.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/auth0.lock/auth0.lock.d.ts b/auth0.lock/auth0.lock.d.ts index e8ba3cb99..bef269dbc 100644 --- a/auth0.lock/auth0.lock.d.ts +++ b/auth0.lock/auth0.lock.d.ts @@ -27,6 +27,7 @@ interface Auth0LockOptions { forceJSONP?: boolean; gravatar?: boolean; integratedWindowsLogin?: boolean; + icon?: string; loginAfterSignup?: boolean; popup?: boolean; popupOptions?: Auth0LockPopupOptions;