tipe email, more mobile firendly

This commit is contained in:
camaran 2015-03-09 16:09:47 +01:00
parent fde70077cb
commit c6c48e297f

View File

@ -1,6 +1,6 @@
<form id="converse-login" method="post"> <form id="converse-login" method="post">
<label>{{label_username}}</label> <label>{{label_username}}</label>
<input type="username" name="jid" placeholder="user@server"> <input type="email" name="jid" placeholder="user@server">
<label>{{label_password}}</label> <label>{{label_password}}</label>
<input type="password" name="password" placeholder="password"> <input type="password" name="password" placeholder="password">
<input class="submit" type="submit" value="{{label_login}}"> <input class="submit" type="submit" value="{{label_login}}">