bug fix 1.0 (android logo, old device, firstname, exercise save)
This commit is contained in:
@@ -11,7 +11,7 @@ class CustomerViewModel {
|
||||
}
|
||||
|
||||
String get firstName {
|
||||
return this.customer.firstName;
|
||||
return this.customer.firstname;
|
||||
}
|
||||
|
||||
String get sex {
|
||||
@@ -26,7 +26,7 @@ class CustomerViewModel {
|
||||
this.customer.name = name;
|
||||
}
|
||||
setFirstName(String firstName) {
|
||||
this.customer.firstName = firstName;
|
||||
this.customer.firstname = firstName;
|
||||
}
|
||||
|
||||
setPassword( String password ) {
|
||||
|
||||
Reference in New Issue
Block a user