@annalib/anna-cognito-lib 2.2.39 → 2.2.40

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.
@@ -506,6 +506,7 @@ class AnnaLoginComponent {
506
506
  this.consumingProjectSSOLoginService = consumingProjectSSOLoginService;
507
507
  }
508
508
  ngOnInit() {
509
+ this.authService.consumingProjectAuthService.isLoggingIn = false;
509
510
  this.constants = LoginConstant;
510
511
  this.onIntialiseForm();
511
512
  }