Skip to content

Commit

Permalink
fix: email profile password optional validation for edit [WTEL-4315]
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed May 16, 2024
1 parent 2ce7e4d commit 4360afe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default {
login: { required },
mailbox: { required },
authType: { required },
password: { required },
password: !this.id && { required },
params: {
oauth2: {
clientId: { required: requiredIf(this.isOauth2AuthType) },
Expand Down

0 comments on commit 4360afe

Please sign in to comment.