Skip to content

Commit e871674

Browse files
committed
fix: Include missing webauthn type
1 parent 424e39b commit e871674

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/ts/ui/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import type { PasswordlessPreBuiltUI } from "../recipe/passwordless/prebuiltui";
66
import type { SessionPreBuiltUI } from "../recipe/session/prebuiltui";
77
import type { ThirdPartyPreBuiltUI } from "../recipe/thirdparty/prebuiltui";
88
import type { TOTPPreBuiltUI } from "../recipe/totp/prebuiltui";
9+
import type { WebauthnPreBuiltUI } from "../recipe/webauthn/prebuiltui";
910

1011
export type ReactRouterDomWithCustomHistory = {
1112
router: { Route: any };
@@ -22,4 +23,5 @@ export type PreBuiltRecipes = (
2223
| typeof TOTPPreBuiltUI
2324
| typeof OAuth2ProviderPreBuiltUI
2425
| typeof SessionPreBuiltUI
26+
| typeof WebauthnPreBuiltUI
2527
)[];

0 commit comments

Comments
 (0)