mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-25 19:37:29 +02:00
Customer love (#3813)
* additional logs
* disable gdrive oauth
* Revert "additional ogs"
This reverts commit 1bd7f9d433
.
This commit is contained in:
@@ -358,7 +358,8 @@ export type ConfigurableSources = Exclude<
|
||||
|
||||
export const oauthSupportedSources: ConfigurableSources[] = [
|
||||
ValidSources.Slack,
|
||||
ValidSources.GoogleDrive,
|
||||
// NOTE: temporarily disabled until our GDrive App is approved
|
||||
// ValidSources.GoogleDrive,
|
||||
];
|
||||
|
||||
export type OAuthSupportedSource = (typeof oauthSupportedSources)[number];
|
||||
|
Reference in New Issue
Block a user