Update frontend/src/views/Pages/UserProfile/UserCard_FormUserPasswort.vue

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2022-02-11 16:14:45 +01:00 committed by GitHub
parent 95c6a5594f
commit e607645fe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ export default {
},
},
computed: {
disabled: function () {
disabled() {
return (
this.form.newPassword.password !== '' &&
this.form.newPassword.password === this.form.newPassword.passwordRepeat