From 57b608e46436209817627cd5ca9aba6d2a9ce308 Mon Sep 17 00:00:00 2001 From: Nate Henry Date: Wed, 21 Oct 2015 11:33:11 -0400 Subject: [PATCH] Added eas_server_host field eas_server_host field added to allow for specifying the Exchange server if necessary. --- internal_packages/onboarding/lib/account-types.coffee | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/internal_packages/onboarding/lib/account-types.coffee b/internal_packages/onboarding/lib/account-types.coffee index 5b6c0373b..da4f5ba33 100644 --- a/internal_packages/onboarding/lib/account-types.coffee +++ b/internal_packages/onboarding/lib/account-types.coffee @@ -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)' } ] }, {