mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Added ko toggle bindingHandler
This commit is contained in:
parent
17cb093b32
commit
ec5d570ac6
4 changed files with 25 additions and 16 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue