Skip to content

Commit f8d0b69

Browse files
committed
Reorder recaptchaVerifier params so auth is the first param
1 parent fa33889 commit f8d0b69

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/auth-compat/src/recaptcha_verifier.ts

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export class RecaptchaVerifier
3737
appName: app.name
3838
});
3939
this._delegate = new exp.RecaptchaVerifier(
40-
4140
// TODO: remove ts-ignore when moving types from auth-types to auth-compat
4241
// @ts-ignore
4342
app.auth!(),

packages/auth/src/platform_browser/recaptcha/recaptcha_verifier.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export class RecaptchaVerifier implements ApplicationVerifierInternal {
7474
* 'invisible'.
7575
*
7676
* @param authExtern - The corresponding Firebase {@link Auth} instance.
77-
*
77+
*
7878
* @param containerOrId - The reCAPTCHA container parameter.
7979
*
8080
* @remarks

0 commit comments

Comments
 (0)