Skip to content

Commit 1661adc

Browse files
authoredOct 3, 2023
Bug Fix for issue #2320 (#2321)
1 parent c8838e1 commit 1661adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/auth/auth-api-request.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2084,7 +2084,7 @@ export class AuthRequestHandler extends AbstractAuthRequestHandler {
20842084
* The FirebaseAuthRequestHandler constructor used to initialize an instance using a FirebaseApp.
20852085
*
20862086
* @param app - The app used to fetch access tokens to sign API requests.
2087-
* @constructor.
2087+
* @constructor
20882088
*/
20892089
constructor(app: App) {
20902090
super(app);

0 commit comments

Comments
 (0)
Please sign in to comment.