1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

Ask credentials on connection

This commit is contained in:
2020-05-24 11:03:20 +02:00
parent 63f07c0715
commit 755c34f782
4 changed files with 34 additions and 16 deletions

View File

@ -210,6 +210,7 @@ export default {
async continueTest (credentials) { // if "Ask for credentials" is true
this.isAsking = false;
const params = Object.assign({}, this.connection, credentials);
try {
const res = await Connection.makeTest(params);
if (res.status === 'error')