@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.
- package/esm2020/lib/config/acl-service.token.mjs +1 -1
- package/esm2020/lib/config/auth-service.token.mjs +1 -1
- package/esm2020/lib/services/auth.service.mjs +2 -1
- package/fesm2015/annalib-anna-cognito-lib.mjs +1 -0
- package/fesm2015/annalib-anna-cognito-lib.mjs.map +1 -1
- package/fesm2020/annalib-anna-cognito-lib.mjs +1 -0
- package/fesm2020/annalib-anna-cognito-lib.mjs.map +1 -1
- package/lib/config/acl-service.token.d.ts +3 -0
- package/lib/config/auth-service.token.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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;
|