We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5945b5 commit a04c93bCopy full SHA for a04c93b
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 2.14.1
2
+
3
+### Bugs
4
5
+* Fixes login failures due to AADSTS50011 error [\#2543]
6
7
# 2.14.0
8
9
[All items](https://github.com/Azure/BatchExplorer/milestone/48?closed=1)
package.json
@@ -16,7 +16,7 @@
16
"name": "Microsoft Corporation",
17
"email": "batchexplorer@microsoft.com"
18
},
19
- "version": "2.14.0",
+ "version": "2.14.1",
20
"main": "build/client/main.prod.js",
21
"scripts": {
22
"ts": "ts-node --project tsconfig.node.json --files",
0 commit comments