mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
587b6592ff
Closes issue #1380 Skipped validation caused garbage data to get sent to the server which caused an error in the transport middleware.
5 lines
77 B
JavaScript
5 lines
77 B
JavaScript
export default {
|
|
FAKE_PASSWORD: '********',
|
|
DEFAULT_SMTP_PORT: '587',
|
|
};
|