diff --git a/html/index.html b/html/index.html
index a34120e..c886b83 100644
--- a/html/index.html
+++ b/html/index.html
@@ -211,7 +211,7 @@
})
this.$http.get(`${this.basePath}/credentials`).then(response => {
this.credentialsData = response.body
- });
+ })
},
storeConfig() {
const storeConfig = JSON.parse(JSON.stringify(this.configData))
@@ -230,7 +230,7 @@
.then(() => {
document.body.style = 'display:none'
setTimeout(() => window.location.reload(), 1e3)
- });
+ })
},
storeCredentials() {
this.$http.post(`${this.basePath}/credentials`, this.credentialsData).then(response => {