Added ko toggle bindingHandler

This commit is contained in:
the-djmaze 2024-02-11 20:34:02 +01:00
parent 17cb093b32
commit ec5d570ac6
4 changed files with 25 additions and 16 deletions

View file

@ -92,10 +92,6 @@ export class LoginUserView extends AbstractViewLogin {
this.submitError('');
}
toggleSignMe() {
this.signMe(!this.signMe());
}
submitCommand(self, event) {
const email = this.email().trim();
this.email(email);