fix: property spelling #1540

Merged
dpschen merged 1 commits from dpschen/frontend:feature/fix-emailUpdate-model-properties into main 2022-02-14 17:00:11 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ export default class EmailUpdateModel extends AbstractModel {
defaults() {
return {
newEmail: '',
passwort: '',
password: '',
}
}
}