如何从 Meteor 帐户包中获取操作
How to get actions from Meteor accounts package
实际上我想知道用户何时单击使用 Meteor Accounts 包创建的“注销”按钮(参见图片),因为我需要在他注销时销毁一些会话变量。
我想你已经看过这个图形单元了
感谢您的帮助
编辑:(谢谢@Khang)检查这个 link 的解决方案 https://github.com/gwendall/meteor-accounts-helpers
我知道您只想知道用户何时退出。然后你可以简单地使用 Accounts.onLogout
注册注销事件的回调。
实际上我想知道用户何时单击使用 Meteor Accounts 包创建的“注销”按钮(参见图片),因为我需要在他注销时销毁一些会话变量。
我想你已经看过这个图形单元了
感谢您的帮助
编辑:(谢谢@Khang)检查这个 link 的解决方案 https://github.com/gwendall/meteor-accounts-helpers
我知道您只想知道用户何时退出。然后你可以简单地使用 Accounts.onLogout
注册注销事件的回调。