Merge pull request #151 from simple-login/fix-total-random-alias

fix the "create totally random alias" button includes hostname in alias
This commit is contained in:
Son Nguyen Kim
2022-06-03 08:39:12 +02:00
committed by GitHub
+1 -1
View File
@@ -428,7 +428,7 @@ export default {
const res = await callAPI(
API_ROUTE.NEW_RANDOM_ALIAS,
{
hostname: this.hostName,
hostname: "",
},
{
note: await Utils.getDefaultNote(),