mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
changed client from adw to workspace
This commit is contained in:
@@ -47,7 +47,7 @@ export class ForgotPasswordComponent implements OnInit {
|
|||||||
this.passwordResetStatus = true;
|
this.passwordResetStatus = true;
|
||||||
|
|
||||||
this.peopleApiInstance.requestPasswordReset(
|
this.peopleApiInstance.requestPasswordReset(
|
||||||
this.forgotPasswordForm.controls.userName.value, { 'client': 'adw' } as ClientBody);
|
this.forgotPasswordForm.controls.userName.value, { 'client': 'workspace' } as ClientBody);
|
||||||
}
|
}
|
||||||
|
|
||||||
isButtonDisabled(): boolean {
|
isButtonDisabled(): boolean {
|
||||||
|
|||||||
Reference in New Issue
Block a user