mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-26 17:51:54 +01:00
Customer love (#3813)
* additional logs * disable gdrive oauth * Revert "additional ogs" This reverts commit 1bd7f9d433bcb6708c7d29945ee695fd7ed97382.
This commit is contained in:
parent
7e9b12403a
commit
601037abb5
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user