Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyokone committed Aug 20, 2024
1 parent f38ff04 commit 9c3181d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class RecaptchaVerifierFactoryWeb extends RecaptchaVerifierFactoryPlatform {
}

_delegate = auth_interop.RecaptchaVerifier(
element,
element.toJS,
parameters,
auth.delegate,
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@ class RecaptchaVerifier
/// }
/// });
factory RecaptchaVerifier(
container, Map<String, dynamic> parameters, Auth auth) {
JSAny container, Map<String, dynamic> parameters, Auth auth) {
return RecaptchaVerifier.fromJsObject(
auth_interop.RecaptchaVerifierJsImpl(
auth.jsObject,
Expand Down

0 comments on commit 9c3181d

Please sign in to comment.