Skip to content

Commit

Permalink
Update email setting form schema
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wang <[email protected]>
  • Loading branch information
ruibaby committed Sep 20, 2023
1 parent 979b9db commit 2ea0612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/src/main/resources/extensions/notification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ spec:
label: "用户名"
name: username
validation: required
- $formkit: text
- $formkit: password
label: "密码"
name: password
validation: required
- $formkit: text
label: "显示名称"
name: displayName
- $formkit: text
label: "SMTP服务器地址"
label: "SMTP 服务器地址"
name: host
validation: required
- $formkit: text
Expand Down

0 comments on commit 2ea0612

Please sign in to comment.