chore: Block all email providers from being added as team domains (#3678)
This commit is contained in:
5
server/typings/index.d.ts
vendored
5
server/typings/index.d.ts
vendored
@@ -12,6 +12,11 @@ declare module "oy-vey";
|
||||
|
||||
declare module "fetch-test-server";
|
||||
|
||||
declare module "email-providers" {
|
||||
const list: string[];
|
||||
export default list;
|
||||
}
|
||||
|
||||
declare module "@joplin/turndown-plugin-gfm" {
|
||||
import { Plugin } from "turndown";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user