@annalib/anna-cognito-lib 1.0.3 → 1.0.5

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.
@@ -266,6 +266,7 @@ class AnnaLibAuthService {
266
266
  let username = this.cognitoUser.getUsername();
267
267
  this.consumingProjectAuthService.onPasswordUpdate(username);
268
268
  this.router.navigate([LoginConstant.loginPageUrl]);
269
+ this.consumingProjectAuthService.newPasswordSetThenUpdateToBackend(username);
269
270
  },
270
271
  onFailure: (error) => {
271
272
  this.setNewPasswordErrorMessage = LoginConstant.sessionExpired;