Skip to content

Commit 249cfe2

Browse files
committed
made enrollmentId to not be optional
1 parent 41970c6 commit 249cfe2

File tree

1 file changed

+1
-1
lines changed
  • packages/auth/src/api/authentication

1 file changed

+1
-1
lines changed

packages/auth/src/api/authentication/mfa.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export interface FinalizeTotpMfaSignInRequest {
113113
mfaPendingCredential: string;
114114
totpVerificationInfo: {verificationCode: string}
115115
tenantId?: string;
116-
mfaEnrollmentId?: string
116+
mfaEnrollmentId: string
117117
}
118118

119119
export interface FinalizePhoneMfaSignInResponse extends FinalizeMfaResponse {}

0 commit comments

Comments
 (0)