Skip to content

Commit 3531be9

Browse files
authored
Merge pull request #257 from bentedder/bt-changeInterface
make passwordCurrent an optional param
2 parents 0d81582 + a328731 commit 3531be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/angular2-token.model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export interface RegisterData {
2121
export interface UpdatePasswordData {
2222
password: string;
2323
passwordConfirmation: string;
24-
passwordCurrent: string;
24+
passwordCurrent?: string;
2525
userType?: string;
2626
resetPasswordToken?: string;
2727
}

0 commit comments

Comments
 (0)