Skip to content

Commit 9ca42bd

Browse files
committed
login - do not limit the username to an email
1 parent a3b824f commit 9ca42bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webappweb/views/inicion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'.$formopen.'
2020
<fieldset>
2121
<div class="form-group">
22-
<input class="form-control" placeholder="Email" type="email" name="username" required>
22+
<input class="form-control" placeholder="Email" type="input" name="username" required>
2323
</div>
2424
<div class="form-group">
2525
<input class="form-control" placeholder="Password" type="password" name="userclave" required>

0 commit comments

Comments
 (0)