Skip to content

Commit 78701ae

Browse files
committed
Export verifyBeforeUpdateEmail
1 parent f9a4390 commit 78701ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages-exp/auth-exp/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ export {
8888
} from './core/strategies/email_link';
8989
export {
9090
fetchSignInMethodsForEmail,
91-
sendEmailVerification
91+
sendEmailVerification,
92+
verifyBeforeUpdateEmail
9293
} from './core/strategies/email';
9394
export {
9495
signInWithPhoneNumber,

0 commit comments

Comments
 (0)