diff --git a/index.html b/index.html index 810b0e1..c17ba19 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ - vpn_key + refresh

Status: {{ proxyStatus }}

Location: {{ proxyLocation }}

@@ -65,8 +65,7 @@

Address: {{ proxyAddress }}

this.proxyLocation = response.data.YourFuckingLocation; } }).catch(error => { - this.proxyStatus = 'Server Error'; - console.log(error); + this.proxyStatus = 'Error '+error.response.data; }); } }