Skip to content
This repository was archived by the owner on Sep 24, 2020. It is now read-only.

Commit 097a611

Browse files
update password component
1 parent 33a17f8 commit 097a611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/profile/profile.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {MatDialog, MatDialogRef} from '@angular/material/dialog';
77
templateUrl: 'profile-dialog.html',
88
})
99
export class ProfileDialogComponent implements OnInit {
10-
10+
password: string;
1111
constructor(
1212
public dialogRef: MatDialogRef<ProfileDialogComponent>) {
1313
}

0 commit comments

Comments
 (0)