From c832939d5baeeed0408663ddf2bb28dfa638de44 Mon Sep 17 00:00:00 2001 From: Yves Gugger Date: Wed, 17 Dec 2025 13:34:26 +0100 Subject: [PATCH] fix: change placeholder from pounce.io to pounce.ch --- frontend/src/app/forgot-password/page.tsx | 2 +- frontend/src/app/login/page.tsx | 2 +- frontend/src/app/register/page.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/forgot-password/page.tsx b/frontend/src/app/forgot-password/page.tsx index fc023c2..43c3fab 100644 --- a/frontend/src/app/forgot-password/page.tsx +++ b/frontend/src/app/forgot-password/page.tsx @@ -105,7 +105,7 @@ export default function ForgotPasswordPage() { type="email" value={email} onChange={(e) => setEmail(e.target.value)} - placeholder="OPERATOR@POUNCE.IO" + placeholder="OPERATOR@POUNCE.CH" required autoComplete="email" className="w-full bg-[#0A0A0A] border border-white/10 px-4 py-3 text-white font-mono text-sm placeholder:text-white/20 focus:outline-none focus:border-accent transition-all rounded-none" diff --git a/frontend/src/app/login/page.tsx b/frontend/src/app/login/page.tsx index d1fdeb5..92f5d32 100644 --- a/frontend/src/app/login/page.tsx +++ b/frontend/src/app/login/page.tsx @@ -187,7 +187,7 @@ function LoginForm() { type="email" value={email} onChange={(e) => setEmail(e.target.value)} - placeholder="OPERATOR@POUNCE.IO" + placeholder="OPERATOR@POUNCE.CH" required autoComplete="email" className="w-full bg-[#0A0A0A] border border-white/10 px-4 py-3 text-white font-mono text-sm placeholder:text-white/20 focus:outline-none focus:border-accent transition-all rounded-none" diff --git a/frontend/src/app/register/page.tsx b/frontend/src/app/register/page.tsx index 4ae38f8..003415d 100644 --- a/frontend/src/app/register/page.tsx +++ b/frontend/src/app/register/page.tsx @@ -217,7 +217,7 @@ function RegisterForm() { type="email" value={email} onChange={(e) => setEmail(e.target.value)} - placeholder="OPERATOR@POUNCE.IO" + placeholder="OPERATOR@POUNCE.CH" required autoComplete="email" className="w-full bg-[#0A0A0A] border border-white/10 px-4 py-3 text-white font-mono text-sm placeholder:text-white/20 focus:outline-none focus:border-accent transition-all rounded-none"