Fixed Accounts.onLoginFailure link for the API docs.

This commit is contained in:
Jason O'Gray
2014-11-06 08:18:26 -05:00
committed by David Glasser
parent dc518bf349
commit cffbc00a62

View File

@@ -127,7 +127,7 @@ var toc = [
"Accounts.onCreateUser",
"Accounts.validateLoginAttempt",
"Accounts.onLogin",
{name: "Accounts.onLoginFailure", id: "accounts_onlogin"}
"Accounts.onLoginFailure"
],
{name: "Passwords", id: "accounts_passwords"}, [
@@ -389,4 +389,3 @@ Template.nav_section.helpers({
return this.depth === n;
}
});