fix: Hide Dev Quick Demo Login box in production build
This commit is contained in:
@@ -121,8 +121,8 @@ export default function AuthModal({ onClose, onSuccess, claimToken, prefilledGue
|
||||
</div>
|
||||
)}
|
||||
|
||||
{/* Quick Demo Login Box */}
|
||||
{!isRegister && (
|
||||
{/* Quick Demo Login Box (Development Mode Only) */}
|
||||
{!isRegister && import.meta.env.DEV && (
|
||||
<div className="mb-5 p-3.5 rounded-sm bg-subtle border border-grid space-y-2 font-mono">
|
||||
<div className="text-[11px] font-semibold text-muted uppercase tracking-wider flex items-center justify-between">
|
||||
<span>⚡ Dev Schnell-Login</span>
|
||||
|
||||
Reference in New Issue
Block a user