Refactor locales for registration slider

- Activate validation hints for invite code and e-mail nonce again.
This commit is contained in:
Wolfgang Huß 2021-03-22 13:38:21 +01:00
parent 3856e10fbb
commit aba0c211f3

View File

@ -37,10 +37,10 @@ export default {
formSchema: { formSchema: {
nonce: { nonce: {
type: 'string', type: 'string',
min: 6, min: 5,
max: 6, max: 5,
required: true, required: true,
message: this.$t('components.registration.email-nonce.form.validations.length'), // Wolle here 6 characters are mentioned message: this.$t('components.registration.email-nonce.form.validations.length'),
}, },
}, },
disabled: true, disabled: true,