From 03e2dda6c113b530c2c4a0c225c83836745bdc83 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Tue, 12 Mar 2024 18:14:14 +0100 Subject: [PATCH] OpenPgp generate key support Internationalized Domain Names --- dev/View/Popup/OpenPgpGenerate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/View/Popup/OpenPgpGenerate.js b/dev/View/Popup/OpenPgpGenerate.js index cf75ecb39..a2ec51515 100644 --- a/dev/View/Popup/OpenPgpGenerate.js +++ b/dev/View/Popup/OpenPgpGenerate.js @@ -43,7 +43,7 @@ export class OpenPgpGeneratePopupView extends AbstractViewPopup { const type = this.keyType().toLowerCase(), userId = { name: this.name(), - email: this.email() + email: IDN.toASCII(this.email()) }, cfg = { type: type,