Skip to content

Commit

Permalink
Bug Fix for issue firebase#2320
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhAjay committed Sep 30, 2023
1 parent c8838e1 commit c5f658a
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 @@ -2084,7 +2084,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 c5f658a

Please sign in to comment.