0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Update packages/members/layer2/index.js

This commit is contained in:
Fabien O'Carroll 2018-11-14 18:59:42 +07:00 committed by Rishabh Garg
parent 52759bceb1
commit dacd58c768

View file

@ -8,7 +8,7 @@ function hide (el) {
}
module.exports = {
init: function init(options) {
init: function init() {
var members = Members.create();
var signin = document.querySelector('[data-members-signin]');