From d32981da7d4c30dbfb3af12fe22733477392b285 Mon Sep 17 00:00:00 2001 From: dsyoon Date: Sat, 7 Feb 2026 20:21:52 +0900 Subject: [PATCH] Keep only Google quick login Remove Kakao/Naver quick login buttons and config inputs, leaving Google as the sole provider in both main and fallback auth wiring. Co-authored-by: Cursor --- index.html | 16 ++-------------- script.js | 31 ++----------------------------- 2 files changed, 4 insertions(+), 43 deletions(-) diff --git a/index.html b/index.html index 6a583c6..f86e55c 100644 --- a/index.html +++ b/index.html @@ -28,11 +28,9 @@ domain: "", clientId: "", }, - // Auth0 connection 이름(선택). 예: google-oauth2 / kakao / naver + // Auth0 connection 이름(선택). 예: google-oauth2 connections: { google: "", - kakao: "", - naver: "", }, // 관리 허용 이메일(대소문자 무시) allowedEmails: [], @@ -86,12 +84,6 @@