mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 19:10:40 +00:00
improved email setup
This commit is contained in:
@@ -207,7 +207,7 @@ export default {
|
||||
})
|
||||
},
|
||||
addMember() {
|
||||
if (this.$isInvalidEmail(this.email)) {
|
||||
if (!this.$isValidEmail(this.email)) {
|
||||
this.$refs.teamFolderForm.setErrors({
|
||||
Email: this.$t('type_valid_email'),
|
||||
})
|
||||
|
||||
@@ -158,7 +158,7 @@ export default {
|
||||
})
|
||||
},
|
||||
addMember() {
|
||||
if (this.$isInvalidEmail(this.email)) {
|
||||
if (!this.$isValidEmail(this.email)) {
|
||||
this.$refs.teamFolderForm.setErrors({
|
||||
Email: this.$t('type_valid_email'),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user