Remove number validation from install view
Allows our special cased test numbers to link desktop clients. // FREEBIE
This commit is contained in:
parent
d018fa63ff
commit
4d981c439a
1 changed files with 0 additions and 3 deletions
|
@ -89,9 +89,6 @@
|
|||
},
|
||||
confirmNumber: function(number) {
|
||||
var parsed = libphonenumber.parse(number);
|
||||
if (!libphonenumber.isValidNumber(parsed)) {
|
||||
throw new Error('Invalid number ' + number);
|
||||
}
|
||||
this.$('#step4 .number').text(libphonenumber.format(
|
||||
parsed,
|
||||
libphonenumber.PhoneNumberFormat.INTERNATIONAL
|
||||
|
|
Loading…
Add table
Reference in a new issue