Commit 8a164890 authored by kpandey's avatar kpandey

Changes for Change passowrd for user-option

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@175604 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3a228c32
...@@ -19,6 +19,9 @@ export class ChangePasswordComponent implements OnInit { ...@@ -19,6 +19,9 @@ export class ChangePasswordComponent implements OnInit {
_new_password: string; _new_password: string;
_confirm_password: string; _confirm_password: string;
@Output() closePanel = new EventEmitter(); @Output() closePanel = new EventEmitter();
@Input('changePasType') changePasType: boolean;
@Input('changePasswordform') changePasswordform: boolean;
@Input('changePasswordHead') changePasswordHead: boolean;
constructor( public signinService: ECMSigninService, ) { } constructor( public signinService: ECMSigninService, ) { }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment