File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,8 +56,7 @@ <h3>Salas de Chat</h3>
5656 < div class ="chat-container ">
5757 < div id ="messages "> </ div >
5858 < form id ="chat-form " style ="display:none; ">
59- < input type ="hidden " name ="csrf_token " value ="{{ csrf_token() }} ">
60-
59+
6160 < input type ="text " id ="message_input " placeholder ="Escribe un mensaje... " autocomplete ="off ">
6261 < button id ="send_button " type ="submit "> Enviar</ button >
6362 </ form >
Original file line number Diff line number Diff line change 1818 < div class ="login-container ">
1919 < h1 > PiChat Login</ h1 >
2020 < form method ="post " action ="/login ">
21- < input type ="hidden " name ="csrf_token " value ="{{ csrf_token() }} ">
22-
21+
2322 < input type ="text " name ="usuario " placeholder ="Usuario " required >
2423 < input type ="password " name ="clave " placeholder ="Contraseña " required >
2524 < button type ="submit "> Entrar</ button >
You can’t perform that action at this time.
0 commit comments