Skip to content

Commit df5399e

Browse files
fixed bug in sample 3 after updating @azure/keyvault
1 parent 51c22d8 commit df5399e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3-Deployment/App/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ async function main() {
6161
...authConfig,
6262
auth: {
6363
...authConfig.auth,
64-
clientSecret: clientSecret.value
64+
clientSecret
6565
}
6666
}
6767

0 commit comments

Comments
 (0)