Deployment: Target domain set to p2cgateway.store and environment variables synced

This commit is contained in:
mstfyldz
2026-03-12 23:50:24 +03:00
parent a2b88c3df5
commit 1e460d0072
5 changed files with 5 additions and 5 deletions

View File

@@ -59,7 +59,7 @@ export default function LoginPage() {
required
value={email}
onChange={(e) => setEmail(e.target.value)}
placeholder="admin@p2cgateway.com"
placeholder="admin@p2cgateway.store"
className="w-full pl-14 pr-6 py-4 bg-gray-50 border-none rounded-2xl text-sm font-black text-gray-900 focus:ring-2 focus:ring-blue-500 outline-none placeholder:text-gray-300"
/>
</div>