Skip to content

Commit

Permalink
Bug Fix for issue #2320 (#2321)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhAjay authored and pragatimodi committed Oct 18, 2023
1 parent 629f8ac commit a2c2431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/auth-api-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2133,7 +2133,7 @@ export class AuthRequestHandler extends AbstractAuthRequestHandler {
* The FirebaseAuthRequestHandler constructor used to initialize an instance using a FirebaseApp.
*
* @param app - The app used to fetch access tokens to sign API requests.
* @constructor.
* @constructor
*/
constructor(app: App) {
super(app);
Expand Down

0 comments on commit a2c2431

Please sign in to comment.