Skip to content

Commit

Permalink
fix: saving new email profile[WTEL-4937]
Browse files Browse the repository at this point in the history
  • Loading branch information
Lera24 committed Aug 21, 2024
1 parent 659a52d commit c9b752e
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 c9b752e

Please sign in to comment.