chore: small update

This commit is contained in:
BluJ
2023-05-03 10:16:00 -06:00
parent 31c2131ca9
commit e2867420b6
4 changed files with 8 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ export const smtpConfig = Value.union(
system: { name: "System Credentials", spec: Config.of({}) },
custom: {
name: "Custom Credentials",
spec: Config.of<TypeAsConfigOf<SmtpValue, never>>({
spec: Config.of<TypeAsConfigOf<SmtpValue>>({
server: Value.text({
name: "SMTP Server",
required: {