We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4544ba5 commit 9231021Copy full SHA for 9231021
packages/auth/src/mfa/assertions/totp.ts
@@ -15,7 +15,11 @@
15
* limitations under the License.
16
*/
17
import { TotpSecret } from '../../platform_browser/mfa/assertions/totp';
18
-import { TotpMultiFactorAssertion, MultiFactorSession, FactorId } from '../../model/public_types';
+import {
19
+ TotpMultiFactorAssertion,
20
+ MultiFactorSession,
21
+ FactorId
22
+} from '../../model/public_types';
23
/**
24
* Provider for generating a {@link TotpMultiFactorAssertion}.
25
*
0 commit comments