Skip to content

Commit

Permalink
feat: remote first time connectivity
Browse files Browse the repository at this point in the history
fix(Remote connection to Edge): Possible to conenct to someone elses
network using their Room ID
  • Loading branch information
BKristenssonAlfsson committed Apr 30, 2020
1 parent fd56c2b commit 538a2d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/ChooseEdgeConnection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export default {
this.correctEdgeAddress = true
return this.correctEdgeAddress
} else {
// if value is not matching regex, remove button
this.correctEdgeAddress = false
return this.correctEdgeAddress
}
Expand Down

0 comments on commit 538a2d1

Please sign in to comment.