From d7316cb65c1e60bbd8a8d5d34a72816182a1c0c7 Mon Sep 17 00:00:00 2001 From: Jacob Windsor Date: Tue, 29 Nov 2016 23:02:34 +0100 Subject: [PATCH] Add responseType to signup options --- auth0-js/auth0-js.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/auth0-js/auth0-js.d.ts b/auth0-js/auth0-js.d.ts index f1b24653b4..ab76c4afa4 100644 --- a/auth0-js/auth0-js.d.ts +++ b/auth0-js/auth0-js.d.ts @@ -106,6 +106,7 @@ interface Auth0LoginOptions { interface Auth0SignupOptions extends Auth0LoginOptions { auto_login: boolean; + responseType: string; } interface Auth0Error {