Skip to content

Commit

Permalink
🐛 Allow register dialog to submit without email
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Mar 8, 2022
1 parent ea0c767 commit 20b96a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/dialogs/AuthDialogContent/Register.vue
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ export default {
return (
this.isHideFilledInfo
|| !this.isEditEmail
|| (!this.email && !this.isEmailRequired)
|| (this.isEmailFormatValid && !this.isEmailContainsInvalidCharacter)
);
},
Expand Down

0 comments on commit 20b96a4

Please sign in to comment.