We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4ac77 commit 5831e9dCopy full SHA for 5831e9d
javascript/src/entra-connection.js
@@ -1,8 +1,6 @@
1
// Copyright (c) Microsoft Corporation.
2
// Licensed under the MIT License.
3
4
-import { DefaultAzureCredential } from '@azure/identity';
5
-
6
/**
7
* Configure Sequelize instance to use Entra ID authentication
8
* @param {Sequelize} sequelizeInstance - The Sequelize instance to configure
@@ -77,4 +75,4 @@ function decodeJwtToken(token) {
77
75
console.error('Error decoding JWT token:', error);
78
76
return null;
79
}
80
-}
+}
0 commit comments