Skip to content

Commit 4a32c86

Browse files
committed
fix(auth): fix change password form
1 parent 73d1e29 commit 4a32c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/app/client/app/account(auth)/settings/settings.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<h1>Change Password</h1>
55
</div>
66
<div class="col-sm-12">
7-
<form class="form" name="form" (ngSubmit)="changePassword()" novalidate>
7+
<form class="form" name="changePasswordForm" (ngSubmit)="changePassword(changePasswordForm)" novalidate #changePasswordForm="ngForm">
88

99
<div class="form-group">
1010
<label>Current Password</label>

0 commit comments

Comments
 (0)