Debug cleanup
This commit is contained in:
parent
ef4a6b0ba3
commit
73c8adc86a
@ -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>`;
|
||||||
|
Loading…
Reference in New Issue
Block a user