remove duplicate random text gen

randomText by default
length set to 8
This commit is contained in:
MHSanaei
2023-05-13 15:42:46 +03:30
parent 9e8ac8a087
commit 7cacfc074e
8 changed files with 6 additions and 25 deletions

View File

@@ -16,7 +16,7 @@
<template slot="title">
<span>{{ i18n "pages.inbounds.emailDesc" }}</span>
</template>
<a-icon type="sync" @click="getNewEmail(client)"></a-icon>
<a-icon @click="client.email = RandomUtil.randomText()" type="sync"> </a-icon>
</a-tooltip>
</span>
<a-input v-model.trim="client.email" style="width: 200px;"></a-input>