diff options
Diffstat (limited to 'web/html/xui/form/client.html')
| -rw-r--r-- | web/html/xui/form/client.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/client.html b/web/html/xui/form/client.html index 7bebddcb..9dfde046 100644 --- a/web/html/xui/form/client.html +++ b/web/html/xui/form/client.html @@ -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> |
