From 1b430bb71386628ef98fe43a336488c6a1fb0d60 Mon Sep 17 00:00:00 2001 From: Aldino Kemal Date: Sun, 13 Feb 2022 12:52:15 +0700 Subject: [PATCH] feat(add-user-interface): change host change host and fix reset phone --- views/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/index.html b/views/index.html index d1b5a67..414a15a 100644 --- a/views/index.html +++ b/views/index.html @@ -716,6 +716,7 @@ }) }, avatarReset() { + this.avatar_phone = ''; this.avatar_image = null; } } @@ -778,7 +779,7 @@ delimiters: ['[[', ']]'], data() { return { - app_host: "http://localhost:3000", + app_host: {{ .AppHost }}, app_name: 'Whatsapp API Multi Device App' } },