mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-30 11:59:02 +08:00
Merge pull request #109 from NSHenry/master
feat(onboarding): Optional eas_server_host field for Exchange auth
This commit is contained in:
commit
1de7f36361
1 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,11 @@ Providers = [
|
|||
type: 'password'
|
||||
placeholder: 'Password'
|
||||
label: 'Password'
|
||||
}, {
|
||||
name: 'eas_server_host'
|
||||
type: 'text'
|
||||
placeholder: 'mail.company.com'
|
||||
label: 'Exchange server (optional)'
|
||||
}
|
||||
]
|
||||
}, {
|
||||
|
|
Loading…
Reference in a new issue