summaryrefslogtreecommitdiffstats
path: root/client/components/main/layouts.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-03 11:18:54 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-03 11:18:54 +0200
commit70fd1ce57d0529ebc35c9877a8a36a21450fb350 (patch)
treef5e1a18d2202b908f6af58027b68e49932e08720 /client/components/main/layouts.js
parent97158de70fff526b61cadf4c9819c74bd14c21d4 (diff)
downloadwekan-70fd1ce57d0529ebc35c9877a8a36a21450fb350.tar.gz
wekan-70fd1ce57d0529ebc35c9877a8a36a21450fb350.tar.bz2
wekan-70fd1ce57d0529ebc35c9877a8a36a21450fb350.zip
Fix lint errors.
Diffstat (limited to 'client/components/main/layouts.js')
-rw-r--r--client/components/main/layouts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/main/layouts.js b/client/components/main/layouts.js
index 3db228ee..0f64ca14 100644
--- a/client/components/main/layouts.js
+++ b/client/components/main/layouts.js
@@ -92,7 +92,7 @@ Template.userFormsLayout.events({
event.stopImmediatePropagation();
Meteor.subscribe('user-authenticationMethod', email, {
- onReady() {
+ onReady() {
return authentication.call(this, instance, email, password);
},
});