Skip to content

Commit

Permalink
Merge pull request #750 from webitel/fix/saving-new-email-profile
Browse files Browse the repository at this point in the history
fix: saving new email profile[WTEL-4937]
  • Loading branch information
Lera24 authored Aug 21, 2024
2 parents 659a52d + c9b752e commit 22e4c86
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ export default {
login: { required },
mailbox: { required },
authType: { required },
password: !this.id && {
required,
password: {
required: requiredIf(!this.isOauth2AuthType && !this.id),
},
params: {
oauth2: {
Expand Down

0 comments on commit 22e4c86

Please sign in to comment.