FIX exit on focus from some inputs
All checks were successful
Deploy React / build-and-deploy (push) Successful in 16s

This commit is contained in:
2026-03-05 09:45:27 +01:00
parent 6ca3120c9e
commit 552b2a8561
6 changed files with 73 additions and 32 deletions

View File

@@ -399,8 +399,8 @@ async function addHotelUser(user_id,hotel_ids) {
//if (!accessTokenSingle || !clientId) return;
const ws = new WebSocket(
//`ws://localhost:7080/auth/ws/${accessTokenSingle}`
`wss://79.137.75.155/hotel-demo/api/auth/ws/${accessTokenSingle}`
`ws://localhost:7080/auth/ws/${accessTokenSingle}`
//`wss://79.137.75.155/hotel-demo/api/auth/ws/${accessTokenSingle}`
);
wsRef.current = ws;