Skip to content

Commit a2c2431

Browse files
rishabhAjaypragatimodi
authored andcommitted
Bug Fix for issue #2320 (#2321)
1 parent 629f8ac commit a2c2431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth/auth-api-request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2133,7 +2133,7 @@ export class AuthRequestHandler extends AbstractAuthRequestHandler {
21332133
* The FirebaseAuthRequestHandler constructor used to initialize an instance using a FirebaseApp.
21342134
*
21352135
* @param app - The app used to fetch access tokens to sign API requests.
2136-
* @constructor.
2136+
* @constructor
21372137
*/
21382138
constructor(app: App) {
21392139
super(app);

0 commit comments

Comments
 (0)