alijumaan/laravel-ecommerce

wrong input type of phone number on register page

Xaypanya opened this issue · 1 comments

path: resources\views\auth\register.blade.php
input type in line 58 should be
<input id="phone" type="tel" class="form-control form-control-lg" name="phone" placeholder="Enter your Phone Number">

I will do
Thanks