diff options
Diffstat (limited to 'web/html/form')
| -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> |
