Remove discord login config
This commit is contained in:
parent
061a03eced
commit
1e2e82d975
@ -211,11 +211,6 @@ export interface ConfigValue {
|
|||||||
};
|
};
|
||||||
external: {
|
external: {
|
||||||
twitter: string | null;
|
twitter: string | null;
|
||||||
discord: {
|
|
||||||
id: string | null;
|
|
||||||
secret: string | null;
|
|
||||||
redirect: string | null;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -428,10 +423,5 @@ export const DefaultConfigOptions: ConfigValue = {
|
|||||||
},
|
},
|
||||||
external: {
|
external: {
|
||||||
twitter: null,
|
twitter: null,
|
||||||
discord: {
|
|
||||||
id: null,
|
|
||||||
secret: null,
|
|
||||||
redirect: null,
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user