Merge pull request #15070 from fullflavedave/master

Redoing meteor package Accounts._hashPassword fix from merge #14718
This commit is contained in:
Mine Starks
2017-03-08 10:13:19 -08:00
committed by GitHub
+4
View File
@@ -206,6 +206,8 @@ declare module Accounts {
stop: () => void
};
function _hashPassword(password: string): { digest: string; algorithm: string; };
interface IValidateLoginAttemptCbOpts {
type: string;
allowed: boolean;
@@ -269,6 +271,8 @@ declare module "meteor/accounts-base" {
stop: () => void
};
function _hashPassword(password: string): { digest: string; algorithm: string; };
interface IValidateLoginAttemptCbOpts {
type: string;
allowed: boolean;