mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fixed Accounts.onLoginFailure link for the API docs.
This commit is contained in:
committed by
David Glasser
parent
dc518bf349
commit
cffbc00a62
@@ -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;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user