5 lines
129 B
TypeScript
Raw Normal View History

import { MfaStep as TMfaStep } from './MfaEnable';
2019-12-07 13:28:52 +02:00
export { default } from './MultiFactorAuth';
export type MfaStep = TMfaStep;