fleet/frontend/app_constants/APP_SETTINGS.js
John Murphy 587b6592ff Fixed problem where changed port didn't trigger validation (#1451)
Closes issue #1380

Skipped validation caused garbage data to get sent to the server which caused an error in the transport middleware.
2017-03-29 22:29:08 -05:00

5 lines
77 B
JavaScript

export default {
FAKE_PASSWORD: '********',
DEFAULT_SMTP_PORT: '587',
};