Added IdentityProviders to exports from SignInPage

Signed-off-by: Liam Mackie <liam.mackie@octopus.com>
This commit is contained in:
Liam Mackie
2022-03-23 12:08:33 +10:00
parent 0f788f0fad
commit 230fcef037
@@ -14,7 +14,7 @@
* limitations under the License.
*/
export type { SignInProviderConfig } from './types';
export type { IdentityProviders, SignInProviderConfig } from './types';
export { SignInPage } from './SignInPage';
export type { SignInPageClassKey } from './styles';
export type { CustomProviderClassKey } from './customProvider';