release: 2026-04-04 (31건 커밋) #223

병합
htlee develop 에서 main 로 23 commits 를 머지했습니다 2026-04-04 10:53:05 +09:00
Showing only changes of commit 2ca6371d87 - Show all commits

파일 보기

@ -8,6 +8,7 @@ interface LoginPageProps {
const GOOGLE_CLIENT_ID = import.meta.env.VITE_GOOGLE_CLIENT_ID;
const IS_DEV = import.meta.env.DEV;
const DEV_LOGIN_ENABLED = IS_DEV || import.meta.env.VITE_ENABLE_DEV_LOGIN === 'true';
function useGoogleIdentity(onCredential: (credential: string) => void) {
const btnRef = useRef<HTMLDivElement>(null);
@ -136,7 +137,7 @@ const LoginPage = ({ onGoogleLogin, onDevLogin }: LoginPageProps) => {
)}
{/* Dev Login */}
{IS_DEV && (
{DEV_LOGIN_ENABLED && (
<>
<div className="w-full border-t border-kcg-border pt-4 text-center">
<span className="text-xs font-mono tracking-wider text-kcg-dim">