Converting existing MFA code to typescript #154
Annotations
10 errors
src/public/app/widgets/type_widgets/options/totp.ts#L169
Cannot find name 'updateOption'.
|
src/public/app/widgets/type_widgets/options/totp.ts#L189
Parameter 'result' implicitly has an 'any' type.
|
src/public/app/widgets/type_widgets/options/totp.ts#L194
Cannot find name 'keyFiller'. Did you mean the instance member 'this.keyFiller'?
|
src/public/app/widgets/type_widgets/options/totp.ts#L195
Argument of type '{ recoveryCodes: any; }' is not assignable to parameter of type 'string'.
|
src/public/app/widgets/type_widgets/options/totp.ts#L201
Parameter 'values' implicitly has an 'any' type.
|
src/public/app/widgets/type_widgets/options/totp.ts#L209
Parameter 'result' implicitly has an 'any' type.
|
src/public/app/widgets/type_widgets/options/totp.ts#L218
Parameter 'options' implicitly has an 'any' type.
|
src/public/app/widgets/type_widgets/options/totp.ts#L257
Parameter 'result' implicitly has an 'any' type.
|
src/public/app/widgets/type_widgets/options/totp.ts#L287
Parameter 'result' implicitly has an 'any' type.
|
src/public/app/widgets/type_widgets/options/totp.ts#L289
Cannot find name 'keyFiller'. Did you mean the instance member 'this.keyFiller'?
|
This job failed
Loading