Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bug Fix for issue #2320
  • Loading branch information
rishabhAjay authored Sep 30, 2023
commit c5f658a53f3f55676623bd23c480f9d9072a130d
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