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:
dsyoon
2026-02-07 18:14:41 +09:00
parent 516e374a50
commit e6a8e23217
3 changed files with 27 additions and 11 deletions

View File

@@ -218,6 +218,11 @@ html[data-theme="light"] .topbar {
transition: transform 120ms ease, filter 120ms ease;
}
.sns-btn.is-disabled {
opacity: 0.55;
filter: grayscale(0.2);
}
.sns-btn:hover {
transform: translateY(-1px);
filter: brightness(1.02);