Remove unused social authentication endpoints and update frontend

Remove deprecated social provider API endpoints from the backend and update the frontend JavaScript to hardcode Google and Discord as the available social login providers.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9bc9dd7a-5328-4cb7-91de-b3cb33a0c48c
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
This commit is contained in:
pac7
2025-09-21 18:29:03 +00:00
committed by pacnpal
parent 164cc15d90
commit 821c94bc76
4 changed files with 6 additions and 350 deletions

View File

@@ -1,4 +1,4 @@
modules = ["bash", "web", "nodejs-20", "python-3.13"]
modules = ["bash", "web", "nodejs-20", "python-3.13", "postgresql-16"]
[nix]
channel = "stable-25_05"