oidc: Remove console.log in login screen
This commit is contained in:
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user