mirror of https://github.com/infosecn1nja/C3.git
Make sure the url options show up correctly in the modal.
parent
e1b35c94a5
commit
35b8eea070
|
@ -106,5 +106,10 @@ export default class OptionsModal extends Mixins(C3) {
|
|||
this.setBasePort(this.c3Port);
|
||||
}
|
||||
}
|
||||
|
||||
created() {
|
||||
this.c3Url = this.getUrl;
|
||||
this.c3Port = parseInt(this.getPort);
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue