mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Add to Auth0LoginOptions instead
Since the responseType is also needed in the login method options
This commit is contained in:
Vendored
+1
-1
@@ -96,6 +96,7 @@ interface Auth0PopupOptions {
|
||||
|
||||
interface Auth0LoginOptions {
|
||||
auto_login?: boolean;
|
||||
responseType?: string;
|
||||
connection?: string;
|
||||
email?: string;
|
||||
username?: string;
|
||||
@@ -106,7 +107,6 @@ interface Auth0LoginOptions {
|
||||
|
||||
interface Auth0SignupOptions extends Auth0LoginOptions {
|
||||
auto_login: boolean;
|
||||
responseType: string;
|
||||
}
|
||||
|
||||
interface Auth0Error {
|
||||
|
||||
Reference in New Issue
Block a user