From e21d2cafaa4dbb494467a436a12ed4a699978b4f Mon Sep 17 00:00:00 2001 From: lendry Date: Wed, 22 Apr 2026 15:34:38 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 077c7a7..2428a09 100644 --- a/index.html +++ b/index.html @@ -35,7 +35,8 @@ let username = document.getElementById('username').value; let password = document.getElementById('password').value; - console.log(username + password) + console.log(username + password); + console.log(returnUrl); let json = JSON.stringify({ username, password, deviceId: 'stub-device', publicKey: 'N6fByS7oTIOX6m7on8h6T093SOn3df67o6v6n6n6n6o=' }); try { // 1. Делаем реальный запрос к вашему API Gateway