PradeepThiyagarajan
static/js/12.xxxxx.xx.js
static/js/13.xxxxx.xx.js
These 2 files open and search using this text --- phone-number-country-code
then you see the result 2 find on every file
below this you see this code
this.validator.message("phone",this.state.phone,["required",{regex:["^\\+[1-9]\\d{1,14}$"]},{min:["8"]}]))))
replace to this code
this.validator.message("phone",this.state.phone,["required",{regex:["^\\+[1-9]\\d{1,14}$"]},{min:["13"]},{max:["13"]}]))))
save the files
now clear cache from admin panel then try to check`