fix: update access code input field to password type and mask placeholder text

This commit is contained in:
Ümit Tunç
2026-07-30 18:11:17 +03:00
parent 6dd03cc9ca
commit de3f0abcaa
+1 -1
View File
@@ -164,7 +164,7 @@
@csrf @csrf
<div> <div>
<label class="block text-xs font-bold text-slate-300 uppercase tracking-wider mb-2 text-center">Müşteri Giriş Şifresi / PIN</label> <label class="block text-xs font-bold text-slate-300 uppercase tracking-wider mb-2 text-center">Müşteri Giriş Şifresi / PIN</label>
<input type="text" name="access_code" required placeholder="Örn: {{ $project->client_access_code }}" class="w-full px-4 py-3 rounded-2xl bg-slate-800 border border-slate-700 text-center font-mono font-bold text-lg text-orange-400 focus:outline-none focus:border-orange-500 uppercase tracking-widest"> <input type="password" name="access_code" required placeholder="••••••••" class="w-full px-4 py-3 rounded-2xl bg-slate-800 border border-slate-700 text-center font-mono font-bold text-lg text-orange-400 focus:outline-none focus:border-orange-500 uppercase tracking-widest">
</div> </div>
<button type="submit" class="w-full py-3.5 rounded-2xl bg-gradient-to-r from-orange-500 to-rose-600 hover:from-orange-600 hover:to-rose-700 text-white font-extrabold text-sm shadow-xl transition-all flex items-center justify-center gap-2"> <button type="submit" class="w-full py-3.5 rounded-2xl bg-gradient-to-r from-orange-500 to-rose-600 hover:from-orange-600 hover:to-rose-700 text-white font-extrabold text-sm shadow-xl transition-all flex items-center justify-center gap-2">