Skip to content

Commit 187cb7a

Browse files
committed
wrapping text in a line to make it less than 80 chars
1 parent 5ceee9d commit 187cb7a

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ import {
2727
*/
2828
export class TotpMultiFactorGenerator {
2929
/**
30-
* Provides a {@link TotpMultiFactorAssertion} to confirm ownership of the totp(Time-based One Time Password) second factor.
30+
* Provides a {@link TotpMultiFactorAssertion} to confirm ownership of
31+
* the totp(Time-based One Time Password) second factor.
3132
* This assertion is used to complete enrollment in TOTP second factor.
3233
*
3334
* @param secret {@link TotpSecret}.

0 commit comments

Comments
 (0)