chore(frontend): 개발 서버에서 로그인 폼 기본 계정 채움
.env.development 의 VITE_DEFAULT_LOGIN_* 로만 채워지고 빌드·테스트엔 안 들어감. 라벨 '비번' → '비밀번호'. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# 개발 서버 전용 — 로그인 폼 기본값 (5_django_backend 시드 계정). 빌드·테스트엔 안 들어감.
|
||||
VITE_DEFAULT_LOGIN_EMAIL=admin@codeassist.local
|
||||
VITE_DEFAULT_LOGIN_PASSWORD=test1234
|
||||
Reference in New Issue
Block a user