fix: Remove GitHub from available OAuth providers list
This commit is contained in:
@@ -331,7 +331,7 @@ async def oauth_callback(
|
|||||||
async def get_oauth_providers() -> dict[str, list[str]]:
|
async def get_oauth_providers() -> dict[str, list[str]]:
|
||||||
"""Get list of available OAuth providers."""
|
"""Get list of available OAuth providers."""
|
||||||
return {
|
return {
|
||||||
"providers": ["google", "github"],
|
"providers": ["google"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user