Debug cleanup

This commit is contained in:
Magnus Åhall 2023-06-20 08:43:56 +02:00
parent ef4a6b0ba3
commit 73c8adc86a

View File

@ -138,8 +138,6 @@ class Login extends Component {
} }
}//}}} }//}}}
render({}, { username, password }) {//{{{ render({}, { username, password }) {//{{{
console.log('login render')
let authentication_failed = html``; let authentication_failed = html``;
if(this.authentication_failed.value) if(this.authentication_failed.value)
authentication_failed = html`<div class="auth-failed">Authentication failed</div>`; authentication_failed = html`<div class="auth-failed">Authentication failed</div>`;