From 74f344c5169971df79df68426ae83dcd77e0a14f Mon Sep 17 00:00:00 2001 From: Son NK Date: Thu, 2 Jun 2022 15:00:28 +0200 Subject: [PATCH] fix the "create totally random alias" button includes hostname in alias --- src/popup/components/Main.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/popup/components/Main.vue b/src/popup/components/Main.vue index e194f01..e1055a1 100644 --- a/src/popup/components/Main.vue +++ b/src/popup/components/Main.vue @@ -428,7 +428,7 @@ export default { const res = await callAPI( API_ROUTE.NEW_RANDOM_ALIAS, { - hostname: this.hostName, + hostname: "", }, { note: await Utils.getDefaultNote(),