Skip to content

Commit 9231021

Browse files
committed
formatted file to pass prettier steps
1 parent 4544ba5 commit 9231021

File tree

1 file changed

+5
-1
lines changed
  • packages/auth/src/mfa/assertions

1 file changed

+5
-1
lines changed

packages/auth/src/mfa/assertions/totp.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
* limitations under the License.
1616
*/
1717
import { TotpSecret } from '../../platform_browser/mfa/assertions/totp';
18-
import { TotpMultiFactorAssertion, MultiFactorSession, FactorId } from '../../model/public_types';
18+
import {
19+
TotpMultiFactorAssertion,
20+
MultiFactorSession,
21+
FactorId
22+
} from '../../model/public_types';
1923
/**
2024
* Provider for generating a {@link TotpMultiFactorAssertion}.
2125
*

0 commit comments

Comments
 (0)