Merge pull request #109 from NSHenry/master

feat(onboarding): Optional eas_server_host field for Exchange auth
This commit is contained in:
Ben Gotow 2015-10-21 14:38:17 -07:00
commit 1de7f36361

View file

@ -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)'
}
]
}, {