From 7ae05c5b2137b2fc4a8b571e0110aeb644e41438 Mon Sep 17 00:00:00 2001 From: Crazy ArKzX Date: Mon, 3 Aug 2026 20:39:59 -0300 Subject: [PATCH] add new verify add 2 new verify verify "en" already saved and if to first visit --- frontend/docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/docusaurus.config.ts b/frontend/docusaurus.config.ts index b73056e1b11..f94699fd26c 100644 --- a/frontend/docusaurus.config.ts +++ b/frontend/docusaurus.config.ts @@ -253,7 +253,7 @@ const config: Config = { var saved = localStorage.getItem("omp-locale"); if(saved && saved !== "en") { - window.location.href = "/" + saved + path + window.location.search + window.location.hash; + localStorage.setItem("omp-locale", "en"); return; }