From cffbc00a62b7502b384f5989a3511e87b9b7447b Mon Sep 17 00:00:00 2001 From: Jason O'Gray Date: Thu, 6 Nov 2014 08:18:26 -0500 Subject: [PATCH] Fixed Accounts.onLoginFailure link for the API docs. --- docs/client/full-api/tableOfContents.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/client/full-api/tableOfContents.js b/docs/client/full-api/tableOfContents.js index cdccce7e34..6b3486f64f 100644 --- a/docs/client/full-api/tableOfContents.js +++ b/docs/client/full-api/tableOfContents.js @@ -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; } }); -