Make field a number.

This commit is contained in:
James Cole 2016-03-29 16:02:09 +02:00
parent f200086d01
commit bdbead256c

View File

@ -22,7 +22,7 @@
<input type="hidden" name="_token" value="{{ csrf_token() }}"/>
<div class="form-group has-feedback">
<input type="text" name="code" class="form-control" placeholder="{{ 'two_factor_code_here'|_ }}"/>
<input type="number" name="code" class="form-control" placeholder="{{ 'two_factor_code_here'|_ }}"/>
</div>
<div class="row">