我爲我的應用程序創建了自定義身份驗證。 我創建的活動登錄和註銷,它的工作原理,但我得到了瀏覽器控制檯上的錯誤: Exception in delivering result of invoking 'login': ReferenceError: err is not defined 而且我的代碼: Template.authMenu.events({
'submit .login-fo
我不知道爲什麼,我的流星應用程序中的註銷按鈕往往無法回撥。代碼很簡單: $scope.logout = function() {
Accounts.logout(function() {
// the code often fails to come here
$state.go('login');
});
}
也許網絡的問題?所以我加了一些代碼,