From ab62cfbd4598cc484b9c390a252f01d8180e97c2 Mon Sep 17 00:00:00 2001 From: lendry Date: Wed, 22 Apr 2026 15:32:29 +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 236a4a6..077c7a7 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,7 @@ let password = document.getElementById('password').value; console.log(username + password) - let json = JSON.stringify({ username, password, deviceId: 'stub-device', publicKey: 'N6fByS7oTIOX6m7on8h6T093SOn3df67o6v6n6n6n6o=' }), + let json = JSON.stringify({ username, password, deviceId: 'stub-device', publicKey: 'N6fByS7oTIOX6m7on8h6T093SOn3df67o6v6n6n6n6o=' }); try { // 1. Делаем реальный запрос к вашему API Gateway const response = await fetch('https://api.dev.lendry.ru/auth/login', {