Ver código fonte

disabled banner

New_Enhancement
Jason Chuang 2 semanas atrás
pai
commit
e3c434c9cd
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/pages/authentication/AuthWrapper.js

+ 1
- 1
src/pages/authentication/AuthWrapper.js Ver arquivo

@@ -23,7 +23,7 @@ const AuthWrapper = ({ children }) => {

// --- Date control ---
const today = new Date();
const showUntil = new Date("2025-12-08T00:00:00"); // 8 Dec 2025 and onwards = hide popup
const showUntil = new Date("2025-11-27T00:00:00"); // 8 Dec 2025 and onwards = hide popup
const [openPopup, setOpenPopup] = useState(today < showUntil);

const handleClosePopup = () => {


Carregando…
Cancelar
Salvar