@resolveio/client-lib-core 1.1.5 → 1.1.6

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.
@@ -4423,7 +4423,7 @@ class AuthService {
4423
4423
  this.userAgentApplication.loginRedirect(graphScopes);
4424
4424
  }
4425
4425
  loginModal() {
4426
- return this._ds.login(!this.environment || !this.environment.MS_ALLOWED ? false : true);
4426
+ return this._ds.login(!this.environment || !this.environment.MS_ALLOWED ? false : true, !this.environment || !this.environment.HIDE_LOGIN_TEXT ? true : false);
4427
4427
  }
4428
4428
  removeUser(id) {
4429
4429
  return new Promise((resolve, reject) => {