Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-node into passkeys
  • Loading branch information
pragatimodi committed Oct 4, 2023
2 parents 676f9a2 + dd42979 commit c9b6a41
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -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 c9b6a41

Please sign in to comment.