Remove number validation from install view

Allows our special cased test numbers to link desktop clients.

// FREEBIE
This commit is contained in:
lilia 2017-04-27 12:41:31 -07:00 committed by Scott Nonnenberg
parent d018fa63ff
commit 4d981c439a
No known key found for this signature in database
GPG key ID: A4931C09644C654B

View file

@ -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