@mindline/sync 1.0.54 → 1.0.55
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/.vs/slnx.sqlite
CHANGED
|
Binary file
|
package/index.ts
CHANGED
|
@@ -1229,7 +1229,6 @@ export async function groupsGet(instance: IPublicClientApplication, user: User |
|
|
|
1229
1229
|
export async function signIn(user: User, tasks: TaskArray): void {
|
|
1230
1230
|
switch (user.authority) {
|
|
1231
1231
|
case graphConfig.authorityWW:
|
|
1232
|
-
case "":
|
|
1233
1232
|
// SignIn by an admin consents more permissions than Challenge which requires a consented app
|
|
1234
1233
|
let tenantURL: string = window.location.href;
|
|
1235
1234
|
tenantURL += "MicrosoftIdentity/Account/SignIn";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mindline/sync",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.55",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"exports": "./index.ts",
|
|
7
7
|
"description": "sync is a node.js package encapsulating javscript classes required for configuring Mindline sync service.",
|
|
Binary file
|