chore(login): update employee-id placeholder to LUP scheme; gitignore playwright artifact

This commit is contained in:
Satyam Rastogi
2026-05-29 04:47:34 +05:30
parent a3dfd732e8
commit 55ede33c2f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -37,3 +37,4 @@ Estimate_Section_Screens_and_Workflows/
# Claude Code local config (session memory, not for repo) # Claude Code local config (session memory, not for repo)
.claude/ .claude/
.vercel .vercel
.playwright-mcp/
+1 -1
View File
@@ -264,7 +264,7 @@ const Login = () => {
value={identifier} value={identifier}
onChange={(e) => setIdentifier(e.target.value)} onChange={(e) => setIdentifier(e.target.value)}
className="w-full bg-zinc-100 dark:bg-zinc-900/50 border border-zinc-200 dark:border-white/5 text-zinc-900 dark:text-white rounded-xl py-4 pl-12 pr-4 focus:outline-none focus:ring-1 focus:ring-black/10 dark:focus:ring-white/20 focus:bg-white dark:focus:bg-zinc-900 transition-all placeholder:text-zinc-400 dark:placeholder:text-zinc-700 font-medium relative z-0" className="w-full bg-zinc-100 dark:bg-zinc-900/50 border border-zinc-200 dark:border-white/5 text-zinc-900 dark:text-white rounded-xl py-4 pl-12 pr-4 focus:outline-none focus:ring-1 focus:ring-black/10 dark:focus:ring-white/20 focus:bg-white dark:focus:bg-zinc-900 transition-all placeholder:text-zinc-400 dark:placeholder:text-zinc-700 font-medium relative z-0"
placeholder={loginType === 'employee' ? "e.g., FA001" : "e.g., username"} placeholder={loginType === 'employee' ? "e.g., LUP-1040" : "e.g., username"}
/> />
</div> </div>
</div> </div>