Always show SNS quick login area before auth setup
Display Naver/Kakao/Google quick login UI even when Auth0 is not configured, open config modal on click if connection is missing, and add cache-busting query strings. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -4,9 +4,12 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="color-scheme" content="light dark" />
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>NCue | 개인 링크 홈</title>
|
||||
<meta name="description" content="개인 서비스 링크를 모아 관리하는 홈 화면" />
|
||||
<link rel="stylesheet" href="./styles.css" />
|
||||
<link rel="stylesheet" href="./styles.css?v=20260207-quicklogin" />
|
||||
<!-- Auth0 SPA SDK (정적 사이트용) -->
|
||||
<!-- jsDelivr 차단/실패 시 unpkg로 자동 대체 -->
|
||||
<script
|
||||
@@ -27,7 +30,7 @@
|
||||
allowedEmails: [],
|
||||
};
|
||||
</script>
|
||||
<script defer src="./script.js"></script>
|
||||
<script defer src="./script.js?v=20260207-quicklogin"></script>
|
||||
</head>
|
||||
<body>
|
||||
<a class="skip-link" href="#main">본문으로 건너뛰기</a>
|
||||
|
||||
Reference in New Issue
Block a user