@microsoft/mgt-element
Advanced tools
Comparing version 2.3.0-next.teamsprovider.525dfc2 to 2.3.0-preview.537508d
@@ -27,10 +27,2 @@ /** | ||
graph: IGraph; | ||
/** | ||
* Enable/Disable multi account functionality | ||
* | ||
* @protected | ||
* @type {boolean} | ||
* @memberof IProvider | ||
*/ | ||
protected isMultipleAccountDisabled: boolean; | ||
private _state; | ||
@@ -37,0 +29,0 @@ private _loginChangedDispatcher; |
@@ -18,10 +18,2 @@ /** | ||
constructor() { | ||
/** | ||
* Enable/Disable multi account functionality | ||
* | ||
* @protected | ||
* @type {boolean} | ||
* @memberof IProvider | ||
*/ | ||
this.isMultipleAccountDisabled = true; | ||
this._loginChangedDispatcher = new EventDispatcher(); | ||
@@ -28,0 +20,0 @@ this._activeAccountChangedDispatcher = new EventDispatcher(); |
{ | ||
"name": "@microsoft/mgt-element", | ||
"version": "2.3.0-next.teamsprovider.525dfc2", | ||
"version": "2.3.0-preview.537508d", | ||
"description": "Microsoft Graph Toolkit base classes", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/microsoftgraph/microsoft-graph-toolkit", |
@@ -29,10 +29,2 @@ /** | ||
public graph: IGraph; | ||
/** | ||
* Enable/Disable multi account functionality | ||
* | ||
* @protected | ||
* @type {boolean} | ||
* @memberof IProvider | ||
*/ | ||
protected isMultipleAccountDisabled: boolean = true; | ||
private _state: ProviderState; | ||
@@ -39,0 +31,0 @@ private _loginChangedDispatcher = new EventDispatcher<LoginChangedEvent>(); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1026868
7361