mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Fix lint errors.
This commit is contained in:
parent
97158de70f
commit
70fd1ce57d
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ Template.userFormsLayout.events({
|
|||
event.stopImmediatePropagation();
|
||||
|
||||
Meteor.subscribe('user-authenticationMethod', email, {
|
||||
onReady() {
|
||||
onReady() {
|
||||
return authentication.call(this, instance, email, password);
|
||||
},
|
||||
});
|
||||
|
|
|
@ -260,7 +260,7 @@ if (Meteor.isServer) {
|
|||
}
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Jobs.register({
|
||||
logOut(userId) {
|
||||
Meteor.users.update(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue