标签: meteor session-variables meteor-accounts
我正在尝试知道用户何时点击使用Meteor Accounts包创建的“注销”按钮(参见图片),因为我需要在注销时销毁某些会话的变量。
我认为你已经看到了这个图形单元
感谢您的帮助 编辑:(谢谢@Khang)查看此链接以获取解决方案https://github.com/gwendall/meteor-accounts-helpers
答案 0 :(得分:0)
我看到你想要的只是知道用户何时退出。然后,您可以简单地使用Accounts.onLogout为注销事件注册回调。
Accounts.onLogout