Changed alert message for authentication errors

This commit is contained in:
Luis Aleixo 2022-09-19 09:05:17 +02:00
parent 3081031d12
commit 8da4e7fc25

View file

@ -303,7 +303,7 @@ function show_sensors_data(url) {
}
},
error: function() {
alert('One error occured.');
alert('Authentication Error - Something went wrong during the authentication process.');
},
});
}