mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix: loginServiceConfiguration missing type on Accounts
This commit is contained in:
3
packages/accounts-base/accounts-base.d.ts
vendored
3
packages/accounts-base/accounts-base.d.ts
vendored
@@ -1,5 +1,6 @@
|
||||
import { Mongo } from 'meteor/mongo';
|
||||
import { Meteor } from 'meteor/meteor';
|
||||
import { Configuration } from 'meteor/service-configuration';
|
||||
|
||||
export interface URLS {
|
||||
resetPassword: (token: string) => string;
|
||||
@@ -57,6 +58,8 @@ export namespace Accounts {
|
||||
stop: () => void;
|
||||
};
|
||||
|
||||
var loginServiceConfiguration: Mongo.Collection<Configuration>
|
||||
|
||||
function loginServicesConfigured(): boolean;
|
||||
|
||||
function onPageLoadLogin(func: Function): void;
|
||||
|
||||
Reference in New Issue
Block a user