fix: property spelling
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Dominik Pschenitschni 2022-02-13 23:04:38 +01:00
parent cb395f3f69
commit 94c58948bb
Signed by: dpschen
GPG Key ID: B257AC0149F43A77

View File

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