oidc: Remove console.log in login screen

This commit is contained in:
Johannes Zellner
2023-05-22 20:19:30 +02:00
parent bf19de3a90
commit d3fe165e2c
-1
View File
@@ -114,7 +114,6 @@ document.getElementById('loginForm').addEventListener('submit', function (event)
res = response;
return res.json(); // we always return objects
}).then(function (data) {
console.log(res, data);
if (res.status === 401) {
if (data.message === 'Username and password does not match') {
document.getElementById('inputPassword').value = '';