We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf833a commit 3e67044Copy full SHA for 3e67044
packages-exp/auth-compat-exp/src/phone_auth_provider.ts
@@ -48,9 +48,9 @@ export class PhoneAuthProvider
48
| compat.PhoneMultiFactorSignInInfoOptions,
49
applicationVerifier: compat.ApplicationVerifier
50
): Promise<string> {
51
- // The implementation matches but the types are subtly incompatible
52
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
53
return this.phoneProvider.verifyPhoneNumber(
+ // The implementation matches but the types are subtly incompatible
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
54
phoneInfoOptions as any,
55
unwrap(applicationVerifier)
56
);
0 commit comments