mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #15070 from fullflavedave/master
Redoing meteor package Accounts._hashPassword fix from merge #14718
This commit is contained in:
Vendored
+4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user