mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
remove non option from smtp for better package compat
This commit is contained in:
@@ -84,10 +84,6 @@ export const customSmtp = smtpFields()
|
||||
* Each variant has SMTP fields pre-filled with the provider's recommended settings.
|
||||
*/
|
||||
export const smtpProviderVariants = Variants.of({
|
||||
none: {
|
||||
name: 'None',
|
||||
spec: InputSpec.of({}),
|
||||
},
|
||||
gmail: {
|
||||
name: 'Gmail',
|
||||
spec: smtpFields({
|
||||
@@ -140,7 +136,7 @@ export const smtpProviderVariants = Variants.of({
|
||||
export const systemSmtpSpec = InputSpec.of({
|
||||
provider: Value.union({
|
||||
name: 'Provider',
|
||||
default: 'none',
|
||||
default: 'gmail',
|
||||
variants: smtpProviderVariants,
|
||||
}),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user