@guestlinelabs/react-auth
Advanced tools
Comparing version 2.0.9 to 2.0.10
@@ -38,4 +38,2 @@ import * as t from 'io-ts'; | ||
interface LoginOptions { | ||
scope?: string; | ||
audience?: string; | ||
appState?: {}; | ||
@@ -42,0 +40,0 @@ loginHint?: string; |
{ | ||
"name": "@guestlinelabs/react-auth", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"description": "TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -100,4 +100,2 @@ import * as t from 'io-ts'; | ||
interface LoginOptions { | ||
scope?: string; | ||
audience?: string; | ||
appState?: {}; // State to get back on the login-callback (e.g. to store the page to redirect to after login) | ||
@@ -104,0 +102,0 @@ loginHint?: string; // To pre-fill the email/username on the Auth0 login page |
Sorry, the diff of this file is not supported yet
37683
814