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:
@@ -428,7 +428,7 @@ export default {
|
||||
const res = await callAPI(
|
||||
API_ROUTE.NEW_RANDOM_ALIAS,
|
||||
{
|
||||
hostname: this.hostName,
|
||||
hostname: "",
|
||||
},
|
||||
{
|
||||
note: await Utils.getDefaultNote(),
|
||||
|
||||
Reference in New Issue
Block a user