diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-08-03 13:09:37 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-08-03 13:09:37 +0300 |
| commit | c6062eb15c988ae0b4e19842a15b332ea7f0c556 (patch) | |
| tree | 3da9cae3712fa35695d72e7713ffcf6cbc20c723 /web/html | |
| parent | f1b7944828195a937b2f5a8d22b614b8e663c799 (diff) | |
outbound: mldsa65Verify
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/form/outbound.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/form/outbound.html b/web/html/form/outbound.html index 5069c51b..4b15b22c 100644 --- a/web/html/form/outbound.html +++ b/web/html/form/outbound.html @@ -452,6 +452,9 @@ <a-form-item label="Public Key"> <a-input v-model.trim="outbound.stream.reality.publicKey"></a-input> </a-form-item> + <a-form-item label="mldsa65 Verify"> + <a-input v-model.trim="outbound.stream.reality.mldsa65Verify"></a-input> + </a-form-item> </template> </template> |
