feat: Add GitHub as an available OAuth provider and remove database initialization logs
This commit is contained in:
@@ -331,7 +331,7 @@ async def oauth_callback(
|
||||
async def get_oauth_providers() -> dict[str, list[str]]:
|
||||
"""Get list of available OAuth providers."""
|
||||
return {
|
||||
"providers": ["google"],
|
||||
"providers": ["google", "github"],
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user