Open saitodisse opened 10 years ago
I found a trickster way to solve my problem:
Template.entrySignIn.rendered = function() {
$('.email-option').remove();
$('.entry-form').remove();
$('.entry-signup-cta').remove();
};
same problem here, is there a way to remove this dependency from the package?
Yes, this package should not be a dep.
Hello,
Whenever I try to remove accounts-password it comes back because it seems to be a dependency of the accounts-entry. Is there any way to prevent the user password and buttons to be displayed? I hope there is some simple configuration for this.
This is my /.meteor/packages file