fix: property spelling
This commit is contained in:
parent
ede8bc5015
commit
17dc276971
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ export default class EmailUpdateModel extends AbstractModel {
|
||||||
defaults() {
|
defaults() {
|
||||||
return {
|
return {
|
||||||
newEmail: '',
|
newEmail: '',
|
||||||
passwort: '',
|
password: '',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue