@vc-shell/framework 1.0.78 → 1.0.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vc-shell/framework",
3
- "version": "1.0.78",
3
+ "version": "1.0.80",
4
4
  "main": "./dist/framework.mjs",
5
5
  "module": "./dist/framework.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -56,8 +56,8 @@
56
56
  "whatwg-fetch": "^3.6.2"
57
57
  },
58
58
  "devDependencies": {
59
- "@vc-shell/api-client-generator": "^1.0.78",
60
- "@vc-shell/config-generator": "^1.0.78",
59
+ "@vc-shell/api-client-generator": "^1.0.80",
60
+ "@vc-shell/config-generator": "^1.0.80",
61
61
  "@vitejs/plugin-vue": "^4.2.3",
62
62
  "sass": "^1.62.1",
63
63
  "typescript": "~5.0.4",
@@ -286,7 +286,7 @@ const togglePassRequest = () => {
286
286
  };
287
287
 
288
288
  const azureSignOn = async () => {
289
- await externalSignIn("AzureAD", window.location.origin + window.location.pathname);
289
+ await externalSignIn("AzureAD", window.location.pathname);
290
290
  await loadUser();
291
291
  };
292
292