comparison src/do_login.html.luan @ 59:8270106644db

add chat.luan
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 04 Mar 2025 08:22:45 -0700
parents 5a56297713a3
children a47036fd0158
comparison
equal deleted inserted replaced
58:7b6691bd65c3 59:8270106644db
41 with = to_list(with) 41 with = to_list(with)
42 local t = {} 42 local t = {}
43 for _, email in ipairs(with) do 43 for _, email in ipairs(with) do
44 t[#t+1] = "with="..email 44 t[#t+1] = "with="..email
45 end 45 end
46 location = "/?"..concat(t,"&") 46 location = "/chat?"..concat(t,"&")
47 end 47 end
48 %> 48 %>
49 <script> location = '<%=location%>'; </script> 49 <script> location = '<%=location%>'; </script>
50 <% 50 <%
51 end 51 end