mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 19:50:34 +00:00
10 lines
372 B
JavaScript
10 lines
372 B
JavaScript
// src/utils/oauth.tsx
|
|
var standardProviders = ["google", "github", "microsoft", "spotify", "facebook", "discord", "gitlab", "bitbucket", "linkedin", "apple", "x"];
|
|
var sharedProviders = ["google", "github", "microsoft", "spotify"];
|
|
var allProviders = standardProviders;
|
|
export {
|
|
allProviders,
|
|
sharedProviders,
|
|
standardProviders
|
|
};
|
|
//# sourceMappingURL=oauth.js.map
|