mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Merge pull request #14718 from Richie765/patch-2
Add missing Accounts._hashPassword
This commit is contained in:
Vendored
+1
@@ -428,6 +428,7 @@ declare namespace Accounts {
|
||||
function onCreateUser(func: Function): void;
|
||||
function validateLoginAttempt(cb: (params: Accounts.IValidateLoginAttemptCbOpts) => boolean): { stop: () => void };
|
||||
function validateNewUser(func: Function): boolean;
|
||||
function _hashPassword(password: string): { digest: string; algorithm: string; };
|
||||
}
|
||||
|
||||
declare namespace App {
|
||||
|
||||
Reference in New Issue
Block a user