Skip to content

Commit 83a35d2

Browse files
committed
fixing prettier error
1 parent e020002 commit 83a35d2

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,7 @@ export class TotpMultiFactorAssertionImpl
162162
mfaPendingCredential: string
163163
): Promise<FinalizeMfaResponse> {
164164
_assert(
165-
this.enrollmentId !== undefined &&
166-
this.otp !== undefined,
165+
this.enrollmentId !== undefined && this.otp !== undefined,
167166
auth,
168167
AuthErrorCode.ARGUMENT_ERROR
169168
);

0 commit comments

Comments
 (0)