random - trojan password

This commit is contained in:
MHSanaei
2023-05-17 00:09:32 +03:30
parent f311bf1dbf
commit 8ceeb454ee
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -15,6 +15,7 @@
<a-input v-model.trim="client.email" style="width: 200px;"></a-input>
</a-form-item>
<a-form-item label="Password">
<a-icon @click="client.password = RandomUtil.randomSeq(10)" type="sync"> </a-icon>
<a-input v-model.trim="client.password" style="width: 150px;"></a-input>
</a-form-item>
<a-form-item v-if="client.email">