diff --git a/index.html b/index.html
index bac874a..0d1f53c 100644
--- a/index.html
+++ b/index.html
@@ -41,7 +41,7 @@
method: 'POST',
headers: { 'Content-Type': 'application/json' },
// Добавил device_id и public_key (как требует ваш auth.proto)
- body: JSON.stringify({ username, password, deviceId: 'stub-device', publicKey: 'stub-key' }),
+ body: JSON.stringify({ username, password, deviceId: 'stub-device', publicKey: 'N6fByS7oTIOX6m7on8h6T093SOn3df67o6v6n6n6n6o=' }),
// КРИТИЧЕСКИ ВАЖНО: заставляет браузер сохранить куку refreshToken
credentials: 'include'
});