From dc1071fff808b7d07d5b2b28a6799be31a1b117e Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Thu, 29 May 2025 22:04:37 +0700 Subject: [PATCH] chore: hide reaveal password (#5138) --- web-app/src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web-app/src/index.css b/web-app/src/index.css index cb59f3459..185cb0612 100644 --- a/web-app/src/index.css +++ b/web-app/src/index.css @@ -75,6 +75,10 @@ a { @apply !text-accent; } + + ::-ms-reveal { + display: none; + } } @layer utilities {