Skip to content

Commit 1df547b

Browse files
Add '@OverRide' annotation to RecaptchaVerifier.Verify method in AuthClient externs. (#3714)
1 parent 1922ce7 commit 1df547b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/firebase/externs/firebase-client-auth-externs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,5 +497,6 @@ firebase.auth.RecaptchaVerifier.prototype.render = function () {};
497497
* Waits for the user to solve the reCAPTCHA and resolves with the reCAPTCHA
498498
* token.
499499
* @return {!firebase.Promise<string>} A Promise for the reCAPTCHA token.
500+
* @override
500501
*/
501502
firebase.auth.RecaptchaVerifier.prototype.verify = function () {};

0 commit comments

Comments
 (0)