Skip to content

Commit 420c626

Browse files
authored
Fix closure line to match internal conformance requirements (#2756)
1 parent 4f1f303 commit 420c626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/src/authcredential.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ goog.provide('fireauth.SAMLAuthCredential');
3636
goog.provide('fireauth.SAMLAuthProvider');
3737
goog.provide('fireauth.TwitterAuthProvider');
3838

39-
goog.forwardDeclare('fireauth.RpcHandler');
39+
goog.requireType('fireauth.RpcHandler');
4040
goog.require('fireauth.ActionCodeInfo');
4141
goog.require('fireauth.ActionCodeURL');
4242
goog.require('fireauth.AuthError');

0 commit comments

Comments
 (0)