Skip to content

Commit

Permalink
fix: add missing type to prebuiltuis
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Dec 12, 2023
1 parent 9a7a04e commit e39c5ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/build/ui/types.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions lib/ts/ui/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import type { PasswordlessPreBuiltUI } from "../recipe/passwordless/prebuiltui";
import type { ThirdPartyPreBuiltUI } from "../recipe/thirdparty/prebuiltui";
import type { ThirdPartyEmailPasswordPreBuiltUI } from "../recipe/thirdpartyemailpassword/prebuiltui";
import type { ThirdPartyPasswordlessPreBuiltUI } from "../recipe/thirdpartypasswordless/prebuiltui";
import type { TOTPPreBuiltUI } from "../recipe/totp/prebuiltui";

export type ReactRouterDomWithCustomHistory = {
router: { Route: any };
Expand All @@ -20,4 +21,6 @@ export type PreBuiltRecipes = (
| typeof PasswordlessPreBuiltUI
| typeof EmailVerificationPreBuiltUI
| typeof MultiFactorAuthPreBuiltUI
| typeof MultiFactorAuthPreBuiltUI
| typeof TOTPPreBuiltUI
)[];

0 comments on commit e39c5ba

Please sign in to comment.