Skip to content

Commit

Permalink
Merge branch 'master' into fix-unenroll-mfa
Browse files Browse the repository at this point in the history
  • Loading branch information
pragatimodi authored Oct 20, 2023
2 parents 52d2b41 + 455a8f5 commit 52f0080
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
48 changes: 24 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase-admin",
"version": "11.10.1",
"version": "11.11.0",
"description": "Firebase admin SDK for Node.js",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"license": "Apache-2.0",
Expand Down
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 52f0080

Please sign in to comment.