We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d81582 + a328731 commit 3531be9Copy full SHA for 3531be9
src/angular2-token.model.ts
@@ -21,7 +21,7 @@ export interface RegisterData {
21
export interface UpdatePasswordData {
22
password: string;
23
passwordConfirmation: string;
24
- passwordCurrent: string;
+ passwordCurrent?: string;
25
userType?: string;
26
resetPasswordToken?: string;
27
}
0 commit comments