mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Refactor locales for registration slider
- Activate validation hints for invite code and e-mail nonce again.
This commit is contained in:
parent
3856e10fbb
commit
aba0c211f3
@ -37,10 +37,10 @@ export default {
|
||||
formSchema: {
|
||||
nonce: {
|
||||
type: 'string',
|
||||
min: 6,
|
||||
max: 6,
|
||||
min: 5,
|
||||
max: 5,
|
||||
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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user