Add email language option to registration form

This commit is contained in:
Tusooa Zhu 2022-03-26 13:03:23 -04:00
parent d39de30221
commit 1d36ea5ec5
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
3 changed files with 25 additions and 3 deletions

View file

@ -37,7 +37,7 @@ export default {
required: true
},
setLanguage: {
type: String,
type: Function,
required: true
}
},