WIP: Add Discord auth (#3239)
* Add Discord auth * Apply review 175263424
This commit is contained in:

committed by
syuilo

parent
a34fdc2068
commit
9d8f7b081d
@@ -191,4 +191,8 @@ export type IMeta = {
|
||||
enableGithubIntegration?: boolean;
|
||||
githubClientId?: string;
|
||||
githubClientSecret?: string;
|
||||
|
||||
enableDiscordIntegration?: boolean;
|
||||
discordClientId?: string;
|
||||
discordClientSecret?: string;
|
||||
};
|
||||
|
Reference in New Issue
Block a user