Skip to content

Commit 02ed529

Browse files
committed
exported magic link signIn
1 parent 4e7a2d4 commit 02ed529

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/stack/src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export { default as PasswordField } from "./components/password-field";
2727
export { default as UserButton } from "./components/user-button";
2828
export { default as AccountSettings } from "./components-page/account-settings";
2929
export { default as AuthPage } from "./components-page/auth-page";
30+
export { default as MagicLinkSignIn } from "./components/magic-link-sign-in";
3031

3132
export { useDesign } from './providers/design-provider';
3233
export type { ColorPalette } from './providers/design-provider';

0 commit comments

Comments
 (0)