mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
Added trailing comma
This commit is contained in:
parent
dbce418b63
commit
15ffdcb652
@ -204,7 +204,7 @@ export default class ChangePassword extends React.Component {
|
||||
key: "required",
|
||||
test: ({ value, allowEmpty }) => allowEmpty || !!value,
|
||||
invalid: () => _t("Passwords can't be empty"),
|
||||
}
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user