Skip to content

Commit cbb1a37

Browse files
committed
Add re-export in index.ts
1 parent 27f4e57 commit cbb1a37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export { indexedDBLocalPersistence } from './core/persistence/indexed_db';
2828

2929
// core/strategies
3030
export { signInWithCredential } from './core/strategies/credential';
31+
export { signInWithCustomToken } from './core/strategies/custom_token';
3132
export {
3233
sendPasswordResetEmail,
3334
confirmPasswordReset,

0 commit comments

Comments
 (0)