From 0ae5567cc600ddca9db49af18b53363c63b5a4d8 Mon Sep 17 00:00:00 2001 From: lendry Date: Wed, 22 Apr 2026 15:42:35 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20index.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 93ea9d8..1e034cc 100644 --- a/index.html +++ b/index.html @@ -54,7 +54,7 @@ if (response.ok && result.data && result.data.status === 'OK') { // 2. Ищем, куда нас просили вернуться const urlParams = new URLSearchParams(window.location.search); - const returnUrl = urlParams.get('redirect_uri'); + const returnUrl = urlParams.get('returnUrl'); alert(returnUrl); if (returnUrl) { // 3. Перенаправляем пользователя обратно на Gateway (который перекинет в Grafana)