@c8y/ngx-components 1018.503.72 → 1018.503.76

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.
@@ -11045,7 +11045,7 @@ class LoginService {
11045
11045
  this.TFATOKEN_KEY = 'TFAToken';
11046
11046
  this.isFirstLogin = true;
11047
11047
  this.GREEN_MIN_LENGTH_DEFAULT = 8;
11048
- this.automaticLoginInProgress$ = new BehaviorSubject(true);
11048
+ this.automaticLoginInProgress$ = new BehaviorSubject(false);
11049
11049
  // tslint:disable:max-line-length
11050
11050
  this.ERROR_MESSAGES = {
11051
11051
  minlength: gettext('Password must have at least 8 characters and no more than 32.'),