Skip to content

Commit 7dbf21f

Browse files
committed
Update package-lock, fix phone number bug
1 parent b533693 commit 7dbf21f

File tree

2 files changed

+122
-72
lines changed

2 files changed

+122
-72
lines changed

package-lock.json

Lines changed: 121 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -819,10 +819,7 @@
819819
updateRegion() { this.$emit('update_region', this.regions[this.region]) },
820820
updateKey() { this.$emit('update_key', this.key) },
821821
updateSecret() { this.$emit('update_secret', this.secret) },
822-
updatePhone() {
823-
this.phone = this.phone.replace(/ /g, ''); // Remove all spaces
824-
this.$emit('update_phone', this.phone);
825-
},
822+
updatePhone() { this.$emit('update_phone', this.phone); },
826823
},
827824

828825
template: `<div style="margin: 0px !important">

0 commit comments

Comments
 (0)