File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import {
23
23
} from '../index' ;
24
24
import { Auth } from '../../model/public_types' ;
25
25
import { IdTokenResponse } from '../../model/id_token' ;
26
- import { MfaEnrollment , TotpVerificationInfo } from '../account_management/mfa' ;
26
+ import { MfaEnrollment } from '../account_management/mfa' ;
27
27
import { SignInWithIdpResponse } from './idp' ;
28
28
import {
29
29
SignInWithPhoneNumberRequest ,
Original file line number Diff line number Diff line change @@ -164,11 +164,11 @@ export class TotpMultiFactorAssertionImpl
164
164
auth ,
165
165
AuthErrorCode . ARGUMENT_ERROR
166
166
) ;
167
- const totpVerificationInfo = { ' verificationCode' : this . otp } ;
167
+ const totpVerificationInfo = { verificationCode : this . otp } ;
168
168
return finalizeSignInTotpMfa ( auth , {
169
169
mfaPendingCredential,
170
- totpVerificationInfo : totpVerificationInfo ,
171
- mfaEnrollmentId : this . enrollmentId
170
+ mfaEnrollmentId : this . enrollmentId ,
171
+ totpVerificationInfo
172
172
} ) ;
173
173
}
174
174
}
You can’t perform that action at this time.
0 commit comments