Skip to content

Commit 2231150

Browse files
committed
add export for totpGenerator for react native bundle
1 parent f002ef3 commit 2231150

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/auth/index.rn.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export {
4747

4848
// MFA
4949
export { PhoneMultiFactorGenerator } from './src/platform_browser/mfa/assertions/phone';
50+
export {TotpMultiFactorGenerator} from './src/mfa/assertions/totp';
5051

5152
export { getReactNativePersistence } from './src/platform_react_native/persistence/react_native';
5253

0 commit comments

Comments
 (0)