Skip to content

Commit

Permalink
fix provider options union
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Long committed Jul 14, 2023
1 parent 92fe45a commit 0981427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/types/src/lib/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { SignInWithOTPParams } from './interfaces';
import { SignInWithOTPParams, StytchOtpProviderOptions } from './interfaces';
import {
AccsCOSMOSParams,
AccsDefaultParams,
Expand Down Expand Up @@ -106,6 +106,6 @@ export type AcceptedFileType = File | Blob;
*/
export type IRelayAuthStatus = 'InProgress' | 'Succeeded' | 'Failed';

export type ProviderOptions = OAuthProviderOptions | EthWalletProviderOptions | SignInWithOTPParams;
export type ProviderOptions = OAuthProviderOptions | EthWalletProviderOptions | SignInWithOTPParams | StytchOtpProviderOptions;

export type AuthenticateOptions = BaseAuthenticateOptions;

1 comment on commit 0981427

@vercel
Copy link

@vercel vercel bot commented on 0981427 Jul 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.