From cc4e272bbfecf42b73a4130fd2f1f6e11dfdd41c Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 24 Feb 2016 16:54:15 +0800 Subject: [PATCH] Update meteor.d.ts --- meteor/meteor.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meteor/meteor.d.ts b/meteor/meteor.d.ts index 251cafcccf..89ca324a04 100644 --- a/meteor/meteor.d.ts +++ b/meteor/meteor.d.ts @@ -394,6 +394,8 @@ declare module Accounts { function onCreateUser(func: Function): void; function validateLoginAttempt(func: Function): { stop: () => void }; function validateNewUser(func: Function): boolean; + function loginServicesConfigured(): boolean; + function onPageLoadLogin(func: Function): void; } declare module App {