Skip to content

Commit 0d3b3d7

Browse files
authored
Merge branch 'master' into work-out-of-the-box
2 parents c1c838b + 90e003d commit 0d3b3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export default class UserProfile extends Component {
238238

239239
actions = {
240240
login(this: UserProfile, email: string, password: string) {
241-
this.get('session').login(email, string);
241+
this.get('session').login(email, password);
242242
},
243243
};
244244
}

0 commit comments

Comments
 (0)