comparison src/lib/Shared.luan @ 6:d59ae3e468f1

login work
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 23 Oct 2023 21:09:05 -0600
parents aa1920665f98
children 9534dd5eda89
comparison
equal deleted inserted replaced
5:aa1920665f98 6:d59ae3e468f1
44 something or other in the footer 44 something or other in the footer
45 </div> 45 </div>
46 <% 46 <%
47 end 47 end
48 48
49 function Shared.discord_redirect_uri()
50 local request = Http.request
51 return request.scheme.."://"..request.headers["Host"].."/login2.red"
52 end
53
49 return Shared 54 return Shared