alijumaan / laravel-ecommerce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrong input type of phone number on register page

Xaypanya opened this issue · 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