PLT-3752 Changed email connection test to use the existing password if unchanged by client (#3685)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
6f45bdd68b
Коммит
56fd348123
@@ -46,9 +46,14 @@ export default class EmailConnectionTestButton extends React.Component {
|
||||
});
|
||||
},
|
||||
(err) => {
|
||||
let fail = err.message;
|
||||
if (err.detailed_error) {
|
||||
fail += ' - ' + err.detailed_error;
|
||||
}
|
||||
|
||||
this.setState({
|
||||
testing: false,
|
||||
fail: err.message + ' - ' + err.detailed_error
|
||||
fail
|
||||
});
|
||||
}
|
||||
);
|
||||
|
||||
Ссылка в новой задаче
Block a user